sdk-common / com.tomtom.online.sdk.common.functional / StringPredicates / equalsIgnoreCase

equalsIgnoreCase

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!

Parameters

another - String: each String passed to this predicate will be checked against this string.

Return
Predicate<String!>!: instance of Predicate.