Compares two SQL expressions using = and SQL NULL semantics.
=
Expr<bool?> equals(Expr<T> other) => _compare('=', other.expressionNode);