CultureInfo.GetHashCode Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Serves as a hash function for the current CultureInfo, suitable for hashing algorithms and data structures, such as a hash table.
Assembly: mscorlib (in mscorlib.dll)
This method overrides Object.GetHashCode.
This method generates the same hash code for two objects that are equal according to the Equals method.
Show: