ComponentOne GanttView for WinForms
GetCompareValue Method (BaseGroup)

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > BaseGroup Class : GetCompareValue Method
The first task.
The second task.
Gets the compare value between two tasks.
Syntax
'Declaration
 
Public MustOverride Function GetCompareValue( _
   ByVal first As BaseTask, _
   ByVal second As BaseTask _
) As System.Integer
public abstract System.int GetCompareValue( 
   BaseTask first,
   BaseTask second
)

Parameters

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

Reference

BaseGroup Class
BaseGroup Members