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