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
lhsTaskNode object one
rhsTaskNode Object two
Return Value
true if the two edges are equal; false otherwise
View on GitHub
Functions Reference