ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / IsGreaterThanOrEqualToOperator Class / PerformOperation Method
The object to test.
The target value.

In This Topic
    PerformOperation Method (IsGreaterThanOrEqualToOperator)
    In This Topic
    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