EntityFieldGreaterThanOrEqual Operator | 
| Name | Description | |
|---|---|---|
| GreaterThanOrEqual(EntityField, EntityField) | 
            Operator overload for the '>=' operator to produce a FieldCompareExpressionPredicate to represent leftOperand >= rigthOperand
              | |
| GreaterThanOrEqual(EntityField, EntityProperty) | 
            Operator overload for the '>=' operator to produce a FieldCompareExpressionPredicate to represent leftOperand >= rigthOperand
              | |
| GreaterThanOrEqual(EntityField, IExpression) | 
            Operator overload for the '>=' operator to produce a FieldCompareExpression predicate.
              | |
| GreaterThanOrEqual(EntityField, Object) | 
            Operator overload for the '>=' operator to produce a FieldCompareValuePredicate. 
              |