GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / IsLessThanOrEqualToOperator Class / PerformOperation Method
The object to test.
The target value.

In This Topic
    PerformOperation Method (IsLessThanOrEqualToOperator)
    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
    public override bool PerformOperation( 
       object obj,
       object target
    )

    Parameters

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