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

CriteriaOperator.Explicit(Boolean to CriteriaOperator) Operator

Explicitly converts the bool value into a CriteriaOperator instance.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

Declaration

public static explicit operator CriteriaOperator(bool val)

Parameters

Name Type Description
val Boolean

The value to convert into an <DevExpress.Data.Filtering.CriteriaOperator> instance.

Returns

Type Description
CriteriaOperator

The criterion that represents the specified value.

See Also