Click or drag to resize

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.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static bool EqualsAny(
	IGraph candidate,
	IDictionary<IGraph, SetValueType> graphsToCheckAgainst,
	bool includingAttributes
)

Parameters

candidate  IGraph
 
graphsToCheckAgainst  IDictionaryIGraph, SetValueType
 
includingAttributes  Boolean
 

Return Value

Boolean
See Also