StringSegmentComparerOrdinalRandomized Property

Gets a StringSegmentComparer object that performs a case-sensitive ordinal string comparison. The returned comparer is functionally equivalent with Ordinal but it ensures that the hash code of a specific string is stable only within the same process and AppDomain.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public static StringSegmentComparer OrdinalRandomized { get; }

Property Value

StringSegmentComparer

See Also