This intention replaces
string1.equals(string2, ignoreCase)
with
string2.equals(string1, ignoreCase)
.