Click or drag to resize

DefinitionalObject.GetDefinitionHashCode 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: 25.1.421.0 (25.1.421.0)
Syntax
public static int GetDefinitionHashCode(
	bool o
)

Parameters

o
Type: System.Boolean
The boolean for which to obtain the hash code.

Return Value

Type: Int32
The hash code of the boolean.
See Also