| EntityField2LessThan Operator | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|   | LessThan(EntityField2, EntityField2) | 
            Operator overload for the '<' operator to produce a FieldCompareExpressionPredicate to represent leftOperand < rigthOperand
             | 
|   | LessThan(EntityField2, EntityProperty) | 
            Operator overload for the '<' operator to produce a FieldCompareExpressionPredicate to represent leftOperand < rigthOperand
             | 
|   | LessThan(EntityField2, IExpression) | 
            Operator overload for the '<' operator to produce a FieldCompareExpression predicate.
             | 
|   | LessThan(EntityField2, Object) | 
            Operator overload for the '<' operator to produce a FieldCompareValuePredicate. 
             | 
 See Also
See Also