GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / BaseTestOperator Class / PerformOperation Method
The object to test.
The target value.

In This Topic
    PerformOperation Method (BaseTestOperator)
    In This Topic
    Perform test operation on object with target value.
    Syntax
    'Declaration
     
    Public MustOverride Function PerformOperation( _
       ByVal obj As Object, _
       ByVal target As Object _
    ) As Boolean
    public abstract bool PerformOperation( 
       object obj,
       object target
    )

    Parameters

    obj
    The object to test.
    target
    The target value.
    See Also