[]
        
(Showing Draft Content)

C1.PivotEngine.FilterCondition.Apply

Apply Method

Apply(object)

Applies the condition to a given value.

Declaration
public bool Apply(object value)
Public Function Apply(value As Object) As Boolean
Parameters
Type Name Description
object value

Value to test.

Returns
Type Description
bool

True if the value satisfies the condition, false otherwise.