Click or drag to resize

IGraphModelIsEqual Method

Calls the AttributeTypeObjectCopierComparer.IsEqual function for object type arguments, when an attribute of object or external type is compared for structural equality in the interpreted sequences; you may dispatch from there to the type exact comparisons, which are called directly from the compiled sequences.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
bool IsEqual(
	Object this_,
	Object that,
	IDictionary<Object, Object> visitedObjects
)

Parameters

this_  Object
 
that  Object
 
visitedObjects  IDictionaryObject, Object
 

Return Value

Boolean
See Also