Click or drag to resize
EnumComparerTEnumGetHashCode Method

[This is preliminary documentation and is subject to change.]

Returns a hash code for the specified object.

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public int GetHashCode(
	TEnum obj
)

Parameters

obj
Type: TEnum
The Object for which a hash code is to be returned.

Return Value

Type: Int32
A hash code for the specified object.
Exceptions
ExceptionCondition
ArgumentNullException The type of obj is a reference type and obj is null.
See Also