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
When sorting strings (i.e. not comparing them for equality), ignoring case (e.g. by using *IgnoreCase from StringComparison or StringComparer) will order case differences arbitrarily. You probably want case differences to be ordered consistently and, if sorting strings to show to the user, culturally-sensitively.
The text was updated successfully, but these errors were encountered:
When sorting strings (i.e. not comparing them for equality), ignoring case (e.g. by using
*IgnoreCase
fromStringComparison
orStringComparer
) will order case differences arbitrarily. You probably want case differences to be ordered consistently and, if sorting strings to show to the user, culturally-sensitively.The text was updated successfully, but these errors were encountered: