Skip to main content

FunctionOperator.GuessIsLogicalCustomFunction(FunctionOperator) Method

For internal use only. Checks whether the operator specifies the boolean function.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public static bool GuessIsLogicalCustomFunction(
    FunctionOperator theOperator
)

Parameters

Name Type Description
theOperator FunctionOperator

The operator to test.

Returns

Type Description
Boolean

true, if the operator represents a logical function; otherwise, false.

See Also