CaseInsensitiveComparer Constructor ()
.NET Framework (current version)
Initializes a new instance of the CaseInsensitiveComparer class using the Thread.CurrentCulture of the current thread.
Assembly: mscorlib (in mscorlib.dll)
When the CaseInsensitiveComparer instance is created using this constructor, the Thread.CurrentCulture of the current thread is saved. Comparison procedures use the saved culture to determine the sort order and casing rules; therefore, string 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.
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: