 | GraphHelperEqualsAny(IGraph, IDictionaryIGraph, SetValueType, Boolean) Method |
Returns whether the candidate (sub)graph equals any of the graphs in the given set
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static bool EqualsAny(
IGraph candidate,
IDictionary<IGraph, SetValueType> graphsToCheckAgainst,
bool includingAttributes
)
Parameters
- candidate IGraph
-
- graphsToCheckAgainst IDictionaryIGraph, SetValueType
-
- includingAttributes Boolean
-
Return Value
Boolean
See Also