| EntityPropertyGreaterThanOrEqual Operator | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|   | GreaterThanOrEqual(EntityProperty, EntityField2) | 
            Operator overload for the '>=' operator to produce a FieldCompareExpressionPredicate to represent leftOperand >= rigthOperand
             | 
|   | GreaterThanOrEqual(EntityProperty, EntityProperty) | 
            Operator overload for the '>=' operator to produce a FieldCompareExpressionPredicate to represent leftOperand >= rigthOperand
             | 
|   | GreaterThanOrEqual(EntityProperty, Expression) | 
            Operator overload for the '>=' operator to produce a FieldCompareExpression predicate.
             | 
|   | GreaterThanOrEqual(EntityProperty, Object) | 
            Operator overload for the '>=' operator to produce a FieldCompareValuePredicate. 
             | 
 See Also
See Also