neq method

Logic neq(
  1. dynamic other
)

Logical inequality.

Implementation

Logic neq(dynamic other) => NotEquals(this, other).out;