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.2.419.0 (24.2.419.0)
Syntax public 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: SystemObject
The object for which to get the hash code.
Return Value
Type:
Int32The hash code of the object, or zero if the object is
.
See Also