I want to check if all elements of two sets of String are equal by ignoring the letter\'s cases.
Set set1 ; Set set2 ; . . . if(s
You can use a loop and equalsIgnoreCase
testString.equalsIgnoreCase()