Click or drag to resize
MyDefinitionIdGetHashCodeLong Method

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

Safer hash code. It is unique in more situations than GetHashCode would be, but it may still require full check.

Namespace: VRage.Game
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public long GetHashCodeLong()

Return Value

Type: Int64
64-bit hash code.
See Also