NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

UInt64.GetHashCode

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.

Return Value [C#, C++, JScript]

A hash code for the current instance.

Remarks [C#, C++, JScript]

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.

See Also

UInt64 Structure | UInt64 Members | System Namespace | Int64 | IHashCodeProvider