static fun equalsIgnoreCase(@NonNull another: String): Predicate<String!>!
Returns a predicate checking if a String has content equal to the given String. The resulting predicate will not be case sensitive!
another - String: each String passed to this predicate will be checked against this string.