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