[]
        
(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)
Public MustOverride Function PerformOperation(obj As Object, target As Object) As Boolean
Parameters
Type Name Description
object obj

The object to test.

object target

The target value.

Returns
Type Description
bool