I\'m wondering what the correct way to compare two characters ignoring case that will work for all cultures. Also, is Comparer.Default the best way
Comparer.Default
string.Compare("string a","STRING A",true)
It will work for every string