Security Note
Never use this comparer for a collection that can be populated by a publicly available service because it can be a target
of hash collision attacks, which may radically degrade the performance.
public static StringSegmentComparer OrdinalNonRandomized { get; }
Public Shared ReadOnly Property OrdinalNonRandomized As StringSegmentComparer
Get
public:
static property StringSegmentComparer^ OrdinalNonRandomized {
StringSegmentComparer^ get ();
}
static member OrdinalNonRandomized : StringSegmentComparer with get