Click or drag to resize

ContainerHelperDeeplyEqual(IAttributeBearer, IAttributeBearer, IDictionaryObject, Object) Method


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

Parameters

this_  IAttributeBearer
 
that  IAttributeBearer
 
visitedObjects  IDictionaryObject, Object
 

Return Value

Boolean
See Also