Is there a "equalsIgnoreCase()" from java similar method in c# when comparing strings?
Printable View
Is there a "equalsIgnoreCase()" from java similar method in c# when comparing strings?
Never mind... I'm a little slow today.
I can just use .ToUpper()!