notEq method

Expr notEq(
  1. Object other
)

Implementation

Expr notEq(Object other) => ~eq(other);