Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CompareInfo::GetHashCode Method

.NET Framework (current version)
 

Returns a hash code either for this CompareInfo instance or for a particular string.

Namespace:   System.Globalization
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodGetHashCode()

Serves as a hash function for the current CompareInfo for hashing algorithms and data structures, such as a hash table.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetHashCode(String^, CompareOptions)

Gets the hash code for a string based on specified comparison options.

Return to top
Show:
© 2017 Microsoft