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