VirtualCFG::CFGEdge::operator==
Compare equality of edges
Synopsis
Declared in <SageIII/virtualCFG/virtualCFG.h>
bool
operator==(CFGEdge const& o) const;
Return Value
true if the objects are equal, false otherwise
Parameters
Name |
Description |
o |
The right operand |
Created with MrDocs