 | ContainerHelperDeeplyEqualMapK, V Method (DictionaryK, V, DictionaryK, V, 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 DeeplyEqualMap<K, V>(
Dictionary<K, V> this_,
Dictionary<K, V> that,
IDictionary<Object, Object> visitedObjects,
IDictionary<Object, Object> matchedObjectsFromThis,
IDictionary<Object, Object> matchedObjectsFromThat
)
Parameters
- this_
- Type: System.Collections.GenericDictionaryK, V
- that
- Type: System.Collections.GenericDictionaryK, V
- visitedObjects
- Type: System.Collections.GenericIDictionaryObject, Object
- matchedObjectsFromThis
- Type: System.Collections.GenericIDictionaryObject, Object
- matchedObjectsFromThat
- Type: System.Collections.GenericIDictionaryObject, Object
Type Parameters
- K
- V
Return Value
Type:
Boolean
See Also