equalsIgnoreCase()
Returns TRUE if s matches the current String, ignoring character case; otherwise FALSE.
Syntax
Boolean equalsIgnoreCase(String s)
            - s is the string to compare.
 
Usage
If one of the Strings is null, this method returns FALSE.