Click or drag to resize

HashCode.GetHashCode 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.3.420.0 (24.3.420.0)
Syntax
public static int GetHashCode(
	bool b
)

Parameters

b
Type: System.Boolean
The boolean for which to get the hash code.

Return Value

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