GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / BaseGroup Class / Compare Method
The first task.
The second task.

In This Topic
    Compare Method (BaseGroup)
    In This Topic
    Compares two tasks.
    Syntax
    'Declaration
     
    Public Function Compare( _
       ByVal first As BaseTask, _
       ByVal second As BaseTask _
    ) As Integer
    public int Compare( 
       BaseTask first,
       BaseTask second
    )

    Parameters

    first
    The first task.
    second
    The second task.
    See Also