Click or drag to resize

ContainerHelperDeeplyEqualSet Method (IDictionary, IDictionary, IDictionaryObject, Object, IDictionaryIAttributeBearer, Object, IDictionaryIAttributeBearer, 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.CollectionsIDictionary
that
Type: System.CollectionsIDictionary
visitedObjects
Type: System.Collections.GenericIDictionaryObject, Object
matchedObjectsFromThis
Type: System.Collections.GenericIDictionaryIAttributeBearer, Object
matchedObjectsFromThat
Type: System.Collections.GenericIDictionaryIAttributeBearer, Object

Return Value

Type: Boolean
See Also