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!

RegionInfo.GetHashCode

Returns the hash code for the RegionInfo.

[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

Returns the hash code for the RegionInfo.

Remarks

The hash code is guaranteed to be the same for RegionInfo A and B where A.Equals(B) is true.

This method overrides Object.GetHashCode.

See Also

RegionInfo Class | RegionInfo Members | System.Globalization Namespace