isEqualTo abstract method

bool isEqualTo(
  1. CharacterPredicate other
)

Compares the predicate and other for equality.

Implementation

bool isEqualTo(CharacterPredicate other);