StringSegmentComparerOrdinalIgnoreCaseRandomized Property
Gets a
StringSegmentComparer object that performs a case-insensitive ordinal string comparison. The returned comparer is functionally equivalent
with
OrdinalIgnoreCase but it ensures that the hash code of a specific string is stable only within the same process and
AppDomain.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static StringSegmentComparer OrdinalIgnoreCaseRandomized { get; }
Public Shared ReadOnly Property OrdinalIgnoreCaseRandomized As StringSegmentComparer
Get
public:
static property StringSegmentComparer^ OrdinalIgnoreCaseRandomized {
StringSegmentComparer^ get ();
}
static member OrdinalIgnoreCaseRandomized : StringSegmentComparer with get
Property Value
StringSegmentComparer