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