DefinitionalObjectGetDefinitionHashCode Method (Boolean) |
Gets a hash code safely.
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 GetDefinitionHashCode(
bool o
)
Public Shared Function GetDefinitionHashCode (
o As Boolean
) As Integer
public:
static int GetDefinitionHashCode(
bool o
)
static member GetDefinitionHashCode :
o : bool -> int
Parameters
- o
- Type: SystemBoolean
The boolean for which to obtain the hash code.
Return Value
Type:
Int32The hash code of the boolean.
See Also