 | IGraphHasSameStructure(IGraph) Method |
Returns whether this graph is isomorphic to that graph, neglecting the attribute values, only structurally
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxbool HasSameStructure(
IGraph that
)
Parameters
- that IGraph
- The other graph we check for isomorphy against, neglecting attribute values
Return Value
Booleantrue if that is isomorphic (regarding structure) to this, false otherwise
See Also