You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FixedStringComparer is essentially StringComparer with properties for each type of string comparer (Ordinal, InvariantCultureIgnoreCase, etc) with implementations that do not throw when GetHashCode(null) is called.
IFullComparer<string>.ToStringComparer() wraps a string comparer into a StringComparer-derived type.
Have a
NaturalStringComparer
(and case-insensitive variant). Possibly alsoWithStandardNullHandling
wrappers forStringComparer
instances.The text was updated successfully, but these errors were encountered: