|
D.15.22.4 compareTasks
Procedure from library tasks.lib (see tasks_lib).
- Usage:
- compareTasks(t1, t2), t1, t2 tasks
- Return:
- 1, if t1 and t2 coincide;
0, otherwise.
- Note:
- The arguments and the results of t1 and t2 are not compared.
't1 == t2' is a shortcut for 'compareTasks(t1, t2)'.
Example:
See also:
copyTask;
getArguments;
getCommand;
getResult;
getState;
printTask.
|