Click or drag to resize

ContainerHelper.DeeplyEqualSet Method (IDictionary, IDictionary, IDictionary<Object, Object>, IDictionary<IAttributeBearer, Object>, IDictionary<IAttributeBearer, Object>)

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

Parameters

this_
Type: System.Collections.IDictionary
that
Type: System.Collections.IDictionary
visitedObjects
Type: System.Collections.Generic.IDictionary<Object, Object>
matchedObjectsFromThis
Type: System.Collections.Generic.IDictionary<IAttributeBearer, Object>
matchedObjectsFromThat
Type: System.Collections.Generic.IDictionary<IAttributeBearer, Object>

Return Value

Type: Boolean
See Also