isEqualTo method

bool isEqualTo(
  1. int other
)

Case equality check.

Implementation

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