eqv abstract method

bool eqv(
  1. T x,
  2. T y
)

Returns true if x and y are equivalent, false otherwise.

Implementation

bool eqv(T x, T y);