Space Engineers ModAPI Reference
Space Engineers ModAPI Reference
Namespaces
VRage
EnumComparer(TEnum) Class
EnumComparer(TEnum) Methods
Compare Method
Equals Method
GetHashCode Method
EnumComparer
TEnum
GetHashCode 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#
Copy
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
Exception
Condition
ArgumentNullException
The type of
obj
is a reference type and
obj
is null.
See Also
Reference
EnumComparer
TEnum
Class
VRage Namespace
Updated: 5/27/2016 6:59:01 PM