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!

UInt32.GetHashCode

Returns the hash code for the current UInt32. The UInt32 type is not CLS compliant. The CLS-compliant alternative is Int32.

[C#]
public override int GetHashCode();
[C++]
public: override int GetHashCode();
[JScript]
public override function GetHashCode() : int;

[Visual Basic] The UInt32 type cannot be used in Visual Basic.

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

The absolute value of the Int32.

Remarks [C#, C++, JScript]

GetHashCode performs a search and returns the hash code for Int32.

See Also

UInt32 Structure | UInt32 Members | System Namespace | Int32 | IHashCodeProvider