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)
Syntaxpublic static int GetHashCode(
Object o
)
Public Shared Function GetHashCode (
o As Object
) As Integer
public:
static int GetHashCode(
Object^ o
)
static member GetHashCode :
o : Object -> int
Parameters
- o
- Type: System.Object
The object for which to get the hash code.
Return Value
Type:
Int32The hash code of the object, or zero if the object is
null.
See Also