Predicate that checks if this expression is greater or equal to other.
other
Expr operator >=(Object other) => ge(this, $(other));