Compares two strings for case-insensitive equality.
public static boolean stringsEqualIgnoreCase( String left, String right )
left
The left string to compare.
right
The right string to compare.
Returns true if the strings are equal; otherwise, returns false. If either string is null, this method returns false.