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