Skip to main content

OperandValue.Explicit(Boolean to OperandValue) Operator

Explicitly converts the bool value into an OperandValue instance.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public static explicit operator OperandValue(bool val)

Parameters

Name Type Description
val Boolean

The value to convert into a <DevExpress.XamarinForms.Core.Filtering.OperandValue> instance.

Returns

Type Description
OperandValue

The operand that represents the specified value.

See Also