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 OrdinalIgnoreCaseNonRandomized { get; }
Public Shared ReadOnly Property OrdinalIgnoreCaseNonRandomized As StringSegmentComparer
Get
public:
static property StringSegmentComparer^ OrdinalIgnoreCaseNonRandomized {
StringSegmentComparer^ get ();
}
static member OrdinalIgnoreCaseNonRandomized : StringSegmentComparer with get