Functions
The following functions are available globally.
-
Compare if two TaskNode (TaskNode objects) are equal
TaskNode A is equal to TaskNode B is their names, successors, and predecessors are equal
Parameters
lhs
TaskNode object one
rhs
TaskNode Object two
Return Value
true if the two edges are equal; false otherwise