StringSegmentComparerOrdinalIgnoreCase Property
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static StringSegmentComparer OrdinalIgnoreCase { get; }
Public Shared ReadOnly Property OrdinalIgnoreCase As StringSegmentComparer
Get
public:
static property StringSegmentComparer^ OrdinalIgnoreCase {
StringSegmentComparer^ get ();
}
static member OrdinalIgnoreCase : 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
OrdinalIgnoreCaseRandomized property to get a comparer with randomized hash for any lengths on all platforms,
or the
OrdinalIgnoreCaseNonRandomized property to never use randomized hash codes.