equals abstract method

bool equals(
  1. A x,
  2. A y
)

Checks if x and y are equal.

Implementation

bool equals(A x, A y);