Returns whether the given strings are equal, case-insensitive
Optional
the source string to check
the target string to compare
whether the given strings are equal, case-insensitive
equalsIgnoreCase('foo', 'FOO'); // true Copy
equalsIgnoreCase('foo', 'FOO'); // true
Returns whether the given strings are equal, case-insensitive