Returns the hash code for the current UInt64. The UInt64 type is not CLS compliant. The CLS-compliant alternative is Int64.
[C#] public override int GetHashCode(); [C++] public: override int GetHashCode(); [JScript] public override function GetHashCode() : int;
[Visual Basic] The UInt64 type cannot be used in Visual Basic.
A hash code for the current instance.
The GetHashCode method performs a search and returns the hash code for UInt64. The hash code for the current instance is the Boolean value of either the lower 32-bits or the value of the upper 32-bits.
UInt64 Structure | UInt64 Members | System Namespace | Int64 | IHashCodeProvider