Click or drag to resize

LGSPGraphIsIsomorph Method

Overload List
  NameDescription
Public methodIsIsomorph(IGraph)
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.)
(Overrides BaseGraphIsIsomorph(IGraph).)
Public methodIsIsomorph(IDictionaryIGraph, SetValueType)
Returns whether this graph is isomorph to any of the set of graphs given (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.) Don't call from a parallelized matcher!
(Overrides BaseGraphIsIsomorph(IDictionaryIGraph, SetValueType).)
Top
See Also