HashCodeGetHashCode Method (Boolean) |
Gets a hash code for a specified boolean. This overload simply calls
GetHashCode and is provided for convenience.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static int GetHashCode(
bool b
)
Public Shared Function GetHashCode (
b As Boolean
) As Integer
public:
static int GetHashCode(
bool b
)
static member GetHashCode :
b : bool -> int
Parameters
- b
- Type: SystemBoolean
The boolean for which to get the hash code.
Return Value
Type:
Int32The hash code of the boolean.
See Also