Skip to main content
A newer version of this page is available.

CriteriaOperator.Inequality(CriteriaOperator, CriteriaOperator) Operator

Initializes a new BinaryOperator instance that checks whether values that the criteria specify are not equal.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

Declaration

public static BinaryOperator operator !=(CriteriaOperator left, CriteriaOperator right)

Parameters

Name Type Description
left CriteriaOperator

The first criterion to manipulate.

right CriteriaOperator

The second criterion to manipulate.

Returns

Type Description
BinaryOperator

The new binary operator with the OperatorType field set to Equal.

See Also