Click or drag to resize

ContainerHelperDeeplyEqualSet(IDictionary, IDictionary, IDictionaryObject, Object, IDictionaryObject, Object, IDictionaryObject, Object) Method


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

Parameters

this_  IDictionary
 
that  IDictionary
 
visitedObjects  IDictionaryObject, Object
 
matchedObjectsFromThis  IDictionaryObject, Object
 
matchedObjectsFromThat  IDictionaryObject, Object
 

Return Value

Boolean
See Also