biggerEquals method
Implementation
BinaryOperatorExpr biggerEquals(Expression rhs) {
return BinaryOperatorExpr(BinaryOperator.BiggerEquals, this, rhs);
}
BinaryOperatorExpr biggerEquals(Expression rhs) {
return BinaryOperatorExpr(BinaryOperator.BiggerEquals, this, rhs);
}