可能重复: 是否存在C#大小写不敏感的等于运算符?
string string1 ="aBc"
string string2 ="AbC"
如何检查string1是否等于string2并使其返回true,无论区分大小写如何.
c#
c# ×1