StringSegmentComparerOrdinal Property
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public static StringSegmentComparer Ordinal { get; }
Public Shared ReadOnly Property Ordinal As StringSegmentComparer
Get
public:
static property StringSegmentComparer^ Ordinal {
StringSegmentComparer^ get ();
}
static member Ordinal : StringSegmentComparer with get
Property Value
StringSegmentComparer The comparer returned by this property does not generate randomized hash codes for strings no longer than 32 characters (and for longer strings it is platform-dependent).
Use the
OrdinalRandomized property to get a comparer with randomized hash for any lengths on all platforms,
or the
OrdinalNonRandomized property to never use randomized hash codes.