DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / FilterCondition Class / Apply Method
Value to test.

In This Topic
    Apply Method (FilterCondition)
    In This Topic
    Applies the condition to a given value.
    Syntax
    'Declaration
     
    Public Function Apply( _
       ByVal value As Object _
    ) As Boolean
    public bool Apply( 
       object value
    )

    Parameters

    value
    Value to test.

    Return Value

    True if the value satisfies the condition, false otherwise.
    See Also