Compare this expression to value using <> in SQL.
value
<>
Expr<bool> notEqualsValue(bool value) => notEquals(toExpr(value));