Gets the compare value between two tasks.
Syntax
'Declaration
Public Overrides Function GetCompareValue( _
ByVal As BaseTask, _
ByVal As BaseTask _
) As System.Integer
public override System.int GetCompareValue(
BaseTask ,
BaseTask
)
Parameters
- first
- The first task.
- second
- The second task.
Return Value
System.Int32.
See Also