neq method

bool neq(
  1. A other
)

Implementation

bool neq(A other) => !eq(other);