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

contentEquals

static fun contentEquals(@NonNull charSequence: CharSequence): Predicate<String!>!

Returns a predicate checking if a String has content equal to the given CharSequence.

Parameters

charSequence - CharSequence: each String passed to this predicate will be checked against this sequence.

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