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