Click or drag to resize

HashCode.GetHashCode Method (Object)

Gets a hash code for a specified object, or zero if the object is null.

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(
	Object o
)

Parameters

o
Type: System.Object
The object for which to get the hash code.

Return Value

Type: Int32
The hash code of the object, or zero if the object is null.
See Also