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