nobody likes to come here to click on links to try to help you.....
but without looking at either of those links if you want to just do ignore case just do it on your own custom code
string first= "caca";
string second= "PPOOOPERS";
if (!first.tolower.equals(second.tolower))
lblmyErrors.text="caca != ppooopers try again!";
break;