Gets a hash code for this string.
[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 this string.
If strings A and B are such that A.Equals(B), then they will return the same hash code. (For more information, see GetHashCode.)