equals method

bool equals(
  1. T self,
  2. T other
)
inherited

Implementation

bool equals(T self, T other) => self == other;