Compare this expression to other using <> in SQL.
other
<>
Expr<bool> notEquals(Expr<String?> other) => equals(other).not();