StringSegmentComparerInvariantCulture Property
Gets a
StringSegmentComparer object that performs a case-sensitive 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: 9.0.0
public static StringSegmentComparer InvariantCulture { get; }
Public Shared ReadOnly Property InvariantCulture As StringSegmentComparer
Get
public:
static property StringSegmentComparer^ InvariantCulture {
StringSegmentComparer^ get ();
}
static member InvariantCulture : StringSegmentComparer with get
Property Value
StringSegmentComparer