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!

CultureInfo.GetHashCode

Returns the hash code for the current CultureInfo.

[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

The hash code for the CultureInfo.

Remarks

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

This method implements Object.GetHashCode.

See Also

CultureInfo Class | CultureInfo Members | System.Globalization Namespace