ComponentOne GanttView for WinForms
PerformOperation Method (BaseTestOperator)

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > BaseTestOperator Class : PerformOperation Method
The object to test.
The target value.
Perform test operation on object with target value.
Syntax
'Declaration
 
Public MustOverride Function PerformOperation( _
   ByVal obj As System.Object, _
   ByVal target As System.Object _
) As System.Boolean
public abstract System.bool PerformOperation( 
   System.object obj,
   System.object target
)

Parameters

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

Reference

BaseTestOperator Class
BaseTestOperator Members