C1.WPF.GanttView.4.6.2 Assembly / C1.GanttView Namespace / IsNotWithinOperator Class / PerformOperation Method
The object to test.
The target value.

In This Topic
PerformOperation Method (IsNotWithinOperator)
In This Topic
Performs test operation on object with target value.
Syntax
'Declaration
 
Public Overrides Function PerformOperation( _
   ByVal obj As Object, _
   ByVal target As Object _
) As Boolean
 

Parameters

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