Check the equality of IEnumerable’s case-insensitive in an optimal way
I try to write my own version of the string, and I didn’t understand yet how to check the equality of such strings (inherited from IEnumerable<char>
) case-insensitively.
I try to write my own version of the string, and I didn’t understand yet how to check the equality of such strings (inherited from IEnumerable<char>
) case-insensitively.