neq method

bool neq(
  1. A a1,
  2. A a2
)

Implementation

bool neq(A a1, A a2) => !eq(a1, a2);