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

In This Topic
    GetCompareValue Method (DurationGroup)
    In This Topic
    Gets the compare value between two tasks.
    Syntax
    'Declaration
     
    Public Overrides Function GetCompareValue( _
       ByVal first As BaseTask, _
       ByVal second As BaseTask _
    ) As Integer
    public override int GetCompareValue( 
       BaseTask first,
       BaseTask second
    )

    Parameters

    first
    The first task.
    second
    The second task.

    Return Value

    System.Int32.
    See Also