StringSegmentComparerInvariantCultureIgnoreCase Property
Gets a
StringSegmentComparer object that performs a case-insensitive string comparison using the word comparison rules of the invariant 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 InvariantCultureIgnoreCase { get; }
Public Shared ReadOnly Property InvariantCultureIgnoreCase As StringSegmentComparer
Get
public:
static property StringSegmentComparer^ InvariantCultureIgnoreCase {
StringSegmentComparer^ get ();
}
static member InvariantCultureIgnoreCase : StringSegmentComparer with get
Property Value
StringSegmentComparer