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

BinaryOperator(CriteriaOperator, CriteriaOperator, BinaryOperatorType) Constructor

Initializes a new BinaryOperator with the given operator type, and criteria that specify expressions to manipulate.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

Declaration

public BinaryOperator(
    CriteriaOperator opLeft,
    CriteriaOperator opRight,
    BinaryOperatorType type
)

Parameters

Name Type Description
opLeft CriteriaOperator

The operator that specifies the first expression to compare.

opRight CriteriaOperator

The operator that specifies the second expression to compare.

type BinaryOperatorType

The comparison operation.

See Also