EntityField2Equality Operator | 
| Name | Description | |
|---|---|---|
| Equality(EntityField2, EntityField2) | 
            Operator overload for the '==' operator to produce a FieldCompareExpressionPredicate to represent leftOperand == rigthOperand
              | |
| Equality(EntityField2, EntityProperty) | 
            Operator overload for the '==' operator to produce a FieldCompareExpressionPredicate to represent leftOperand == rigthOperand
              | |
| Equality(EntityField2, IExpression) | 
            Operator overload for the '==' operator to produce a FieldCompareExpression predicate.
              | |
| Equality(EntityField2, IList) | 
            Operator overload for the '==' operator to produce a FieldCompareRangePredicate. 
              | |
| Equality(EntityField2, Object) | 
            Operator overload for the '==' operator to produce a FieldCompareValue/Null predicate. 
              |