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