Returns whether two strings are equal, ignoring case.
Example:
assert (Strings.equalsIgnoreCase ("Hello", "hello") == true);
| a |
first string. |
| b |
second string. |
|
true if strings are equal (case-insensitive). |