Predicate that checks if this expression is equal to other.
other
Expr eq(Object other) => BinaryOp(BinaryOpKind.eq, this, $(other)).declare();