Returns the hash code for the Locale.
[Visual Basic] Overrides Public Function GetHashCode() As Integer [C#] public override int GetHashCode(); [C++] public: override int GetHashCode(); [JScript] public override function GetHashCode() : int;
Returns the hash code for the Locale. The hash code is guaranteed to be the same for Locale A and B where A.Equals(B) is true.
This method overrides Object.GetHashCode.
TextInfo Class | TextInfo Members | System.Globalization Namespace