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

CriteriaOperator.Addition(CriteriaOperator, CriteriaOperator) Operator

Initializes a new BinaryOperator instance that summarizes two specified criteria.

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 criterion that specifies an augend.

right CriteriaOperator

The criterion that specifies an addend.

Returns

Type Description
BinaryOperator

The new binary operator with the OperatorType property set to Plus.

See Also