ComponentOne GanttView for WinForms
PerformOperation Method (DoesNotEqualOperator)

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

Parameters

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

Reference

DoesNotEqualOperator Class
DoesNotEqualOperator Members