isEqual abstract method

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

Returns true, if a and b are the same.

Implementation

bool isEqual(T a, T b);