Click or drag to resize
EntityPropertyInequality Operator
Overload List
  NameDescription
Public operatorStatic memberInequality(EntityProperty, EntityField2)
Operator overload for the '!=' operator to produce a FieldCompareExpressionPredicate to represent leftOperand != rigthOperand
Public operatorStatic memberInequality(EntityProperty, EntityProperty)
Operator overload for the '!=' operator to produce a FieldCompareExpressionPredicate to represent leftOperand != rigthOperand
Public operatorStatic memberInequality(EntityProperty, Expression)
Operator overload for the '!=' operator to produce a FieldCompareExpression predicate.
Public operatorStatic memberInequality(EntityProperty, IList)
Operator overload for the '!=' operator to produce a FieldCompareRangePredicate.
Public operatorStatic memberInequality(EntityProperty, Object)
Operator overload for the '!=' operator to produce a FieldCompareValue/Null predicate.
Top
See Also