Click or drag to resize

ContainerHelperDeeplyEqual Method (IAttributeBearer, IAttributeBearer, IDictionaryObject, Object)

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

Parameters

this_
Type: de.unika.ipd.grGen.libGrIAttributeBearer
that
Type: de.unika.ipd.grGen.libGrIAttributeBearer
visitedObjects
Type: System.Collections.GenericIDictionaryObject, Object

Return Value

Type: Boolean
See Also