[]
        
(Showing Draft Content)

C1.GanttView.TaskModeGroup.GetCompareValue

GetCompareValue Method

GetCompareValue(BaseTask, BaseTask)

Gets the compare value between two tasks.

Declaration
public override int GetCompareValue(BaseTask first, BaseTask second)
Parameters
Type Name Description
BaseTask first

The first task.

BaseTask second

The second task.

Returns
Type Description
int

System.Int32.

Overrides