isEqualTo abstract method

bool isEqualTo(
  1. CharacterPredicate other
)

Compares the two predicates for equality.

Implementation

bool isEqualTo(CharacterPredicate other);