将第一个参数字符串与第二个参数字符串进行比较,忽略大小写注意事项。
字符串
equalWithIgnoreCase(<parameters>)
equalWithIgnoreCase(<string>,<string>)
返回布尔值。
equalWithIgnoreCase("rowing is great', "rowing is GREAT")
返回true。