Gets the hash code for the instance of CompareInfo.
[Visual Basic] Overrides Public Function GetHashCode() As Integer [C#] public override int GetHashCode(); [C++] public: override int GetHashCode(); [JScript] public override function GetHashCode() : int;
A hash code for the current CompareInfo object.
This method overrides Object.GetHashCode.
If two objects are equal according to the Object.Equals method, they will always have the same hash code.
CompareInfo Class | CompareInfo Members | System.Globalization Namespace