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.2
Syntax
C#
bool IsEqual(
	Object this_,
	Object that,
	IDictionary<Object, Object> visitedObjects
)

Parameters

this_
Type: SystemObject
that
Type: SystemObject
visitedObjects
Type: System.Collections.GenericIDictionaryObject, Object

Return Value

Type: Boolean
See Also