StringSegmentComparerCurrentCultureIgnoreCase Property
Gets a
StringSegmentComparer object that performs case-insensitive string comparisons using the word comparison rules of the current culture.
Depending on the targeted platform, the
GetHashCode(StringSegment) method might allocate a new string.
In .NET Core 3.0 and above none of the members of the returned
StringSegmentComparer will allocate new strings.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.0.0
public static StringSegmentComparer CurrentCultureIgnoreCase { get; }
Public Shared ReadOnly Property CurrentCultureIgnoreCase As StringSegmentComparer
Get
public:
static property StringSegmentComparer^ CurrentCultureIgnoreCase {
StringSegmentComparer^ get ();
}
static member CurrentCultureIgnoreCase : StringSegmentComparer with get
Property Value
StringSegmentComparer