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.

CaseInsensitiveHashCodeProvider::Default Property

 

Gets an instance of CaseInsensitiveHashCodeProvider that is associated with the Thread::CurrentCulture of the current thread and that is always available.

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

public:
property CaseInsensitiveHashCodeProvider^ Default {
	static CaseInsensitiveHashCodeProvider^ get();
}

Property Value

Type: System.Collections::CaseInsensitiveHashCodeProvider^

An instance of CaseInsensitiveHashCodeProvider that is associated with the Thread::CurrentCulture of the current thread.

When the CaseInsensitiveHashCodeProvider instance is created using the parameterless constructor, the Thread::CurrentCulture of the current thread is saved. Comparison procedures use the saved culture to determine the casing rules; therefore, hash code comparisons might have different results depending on the culture. For more information on culture-specific comparisons, see the System.Globalization namespace and Globalizing and Localizing .NET Framework Applications.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft