Click or drag to resize

LGSPGraphHasSameStructure Method

Overload List
  NameDescription
Public methodHasSameStructure(IGraph)
Returns whether this graph is isomorph to that graph, neglecting the attribute values, only structurally The other graph we check for isomorphy against, neglecting attribute values

Return Value

Type: 
true if that is isomorph (regarding structure) to this, false otherwise
(Overrides BaseGraphHasSameStructure(IGraph).)
Public methodHasSameStructure(IDictionaryIGraph, SetValueType)
Returns whether this graph is isomorph to any of the set of graphs given, neglecting the attribute values, only structurally Don't call from a parallelized matcher!
(Overrides BaseGraphHasSameStructure(IDictionaryIGraph, SetValueType).)
Top
See Also