Click or drag to resize

HashCodeGetHashCode Method (Object)

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

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static int GetHashCode(
	Object o
)

Parameters

o
Type: SystemObject
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 .
See Also