Click or drag to resize

GraphHelperEqualsAny Method (IGraph, IDictionaryIGraph, SetValueType, Boolean)

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.2
Syntax
C#
public static bool EqualsAny(
	IGraph candidate,
	IDictionary<IGraph, SetValueType> graphsToCheckAgainst,
	bool includingAttributes
)

Parameters

candidate
Type: de.unika.ipd.grGen.libGrIGraph
graphsToCheckAgainst
Type: System.Collections.GenericIDictionaryIGraph, SetValueType
includingAttributes
Type: SystemBoolean

Return Value

Type: Boolean
See Also