Compare two dataflow graphs and return a report on the differences. If you simply want to check whether they equal, use <result>.isEqual().
<result>.isEqual()
Optional
diffOfControlFlowGraphs - for control flow graphs
Compare two dataflow graphs and return a report on the differences. If you simply want to check whether they equal, use
<result>.isEqual()
.