BinaryOperatorExpr equals(Expression rhs) { return BinaryOperatorExpr(BinaryOperator.equals, this, rhs); }