notEquals method

Expr notEquals(
  1. Expr rhs
)

Implementation

Expr notEquals(Expr rhs) {
  return ExprNotEquals(left: this, right: rhs);
}