ComponentOne GanttView for WinForms
GetCompareValue Method (TaskModeGroup)

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

Parameters

first
The first task.
second
The second task.

Return Value

System.Int32.
See Also

Reference

TaskModeGroup Class
TaskModeGroup Members