Skip to main content

CriteriaOperator.BitwiseAnd(CriteriaOperator, CriteriaOperator) Operator

Initializes a new BinaryOperator instance that applies the bitwise AND operator to the specified criteria.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public static CriteriaOperator 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
CriteriaOperator

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

See Also