Skip to main content

CriteriaOperator.Implicit(Int64 to CriteriaOperator) Operator

Implicitly converts the long value into a CriteriaOperator instance.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public static implicit operator CriteriaOperator(long val)

Parameters

Name Type Description
val Int64

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

Returns

Type Description
CriteriaOperator

The criterion that represents the specified value.

See Also