ComponentOne GanttView for WinForms
Compare Method (BaseGroup)

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > BaseGroup Class : Compare Method
The first task.
The second task.
Compares two tasks.
Syntax
'Declaration
 
Public Function Compare( _
   ByVal first As BaseTask, _
   ByVal second As BaseTask _
) As System.Integer
public System.int Compare( 
   BaseTask first,
   BaseTask second
)

Parameters

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

Reference

BaseGroup Class
BaseGroup Members