equals method

bool equals(
  1. int other
)

Case equality check.

Implementation

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