[]
        
(Showing Draft Content)

C1.GanttView.BaseTestOperator.PerformOperation

PerformOperation Method

PerformOperation(object, object)

Perform test operation on object with target value.

Declaration
public abstract bool PerformOperation(object obj, object target)
Parameters
Type Name Description
object obj

The object to test.

object target

The target value.

Returns
Type Description
bool