isEqualTo method

bool isEqualTo(
  1. bool other
)

Case equality check.

Implementation

bool isEqualTo(bool other) => equals(other);