Reports String.equals() calls on a CharSequence argument. String.equals() can only return true for String arguments. To compare the contents of a String for equality with a non-String CharSequence argument, use the contentEquals() method.

New in 2017.3