Click or drag to resize

GraphHelperEqualsAny Method (IGraph, IDictionaryIGraph, SetValueType, Boolean, Int32)

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,
	int threadId
)

Parameters

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

Return Value

Type: Boolean
See Also