Skip to main content

CriteriaOperator.Subtraction(CriteriaOperator, CriteriaOperator) Operator

Initializes a new BinaryOperator instance that computes difference between a value the left criterion specifies and a value the right criterion returns.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public static BinaryOperator operator -(CriteriaOperator left, CriteriaOperator right)

Parameters

Name Type Description
left CriteriaOperator

The criterion that specifies a minuend.

right CriteriaOperator

The criterion that specifies a subtrahend.

Returns

Type Description
BinaryOperator

The binary operator with the OperatorType property set to Minus.

See Also