Skip to main content

CriteriaOperator.Equality(CriteriaOperator, CriteriaOperator) Operator

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

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 the first value to compare.

right CriteriaOperator

The criterion that specifies the second value to compare.

Returns

Type Description
BinaryOperator

The new binary operator with the OperatorType set to Equal.

See Also