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!

Int16.GetHashCode

Returns the hash code for this Int16.

[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 is the method used to return the hash code value for the Int16.

See Also

Int16 Structure | Int16 Members | System Namespace | IHashCodeProvider | UInt16