equal method

bool equal(
  1. T a,
  2. T b
)

Implementation

bool equal(T a, T b) => a == b;