Let\'s say I have 2 strings.First string is x = \"abc\" and the second one is y = \"ABC\".When I write in c# following code:
if(x == y)
or
This is another option you can try.
if(string.Compare("a", "A", true) == 0)