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!

Int32.GetHashCode

Returns the hash code for this Int32.

[Visual Basic]
Overrides Public Function GetHashCode() As Integer
[C#]
public override int GetHashCode();
[C++]
public: override int GetHashCode();
[JScript]
public override function GetHashCode() : int;

Return Value

A hash code for this instance.

Remarks

GetHashCode returns the absolute value of the int contained in the hash code.

See Also

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