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