 | ContainerHelperDeeplyEqualSet Method (IDictionary, IDictionary, IDictionaryObject, Object, IDictionaryObject, Object, IDictionaryObject, Object) |
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic static bool DeeplyEqualSet(
IDictionary this_,
IDictionary that,
IDictionary<Object, Object> visitedObjects,
IDictionary<Object, Object> matchedObjectsFromThis,
IDictionary<Object, Object> matchedObjectsFromThat
)
Parameters
- this_
- Type: System.CollectionsIDictionary
- that
- Type: System.CollectionsIDictionary
- visitedObjects
- Type: System.Collections.GenericIDictionaryObject, Object
- matchedObjectsFromThis
- Type: System.Collections.GenericIDictionaryObject, Object
- matchedObjectsFromThat
- Type: System.Collections.GenericIDictionaryObject, Object
Return Value
Type:
Boolean
See Also