equals method

bool equals(
  1. bool other
)

Case equality check.

Implementation

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