 | LGSPGraphIsIsomorph(IGraph) Method |
Returns whether this graph is isomorph to that graph (including the attribute values)
If a graph changed only in attribute values since the last comparison, results will be wrong!
(Do a fake node insert and removal to ensure the graph is recognized as having changed.)
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic override bool IsIsomorph(
IGraph that
)
Parameters
- that IGraph
- The other graph we check for isomorphy against
Return Value
Booleantrue if that is isomorph to this, false otherwise
Implements
IGraphIsIsomorph(IGraph)
See Also