 | ContainerHelperDeeplyEqualMapK, V(DictionaryK, V, DictionaryK, V, IDictionaryObject, Object, IDictionaryIAttributeBearer, Object, IDictionaryIAttributeBearer, Object) Method |
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static bool DeeplyEqualMap<K, V>(
Dictionary<K, V> this_,
Dictionary<K, V> that,
IDictionary<Object, Object> visitedObjects,
IDictionary<IAttributeBearer, Object> matchedObjectsFromThis,
IDictionary<IAttributeBearer, Object> matchedObjectsFromThat
)
where K : IAttributeBearer
Parameters
- this_ DictionaryK, V
-
- that DictionaryK, V
-
- visitedObjects IDictionaryObject, Object
-
- matchedObjectsFromThis IDictionaryIAttributeBearer, Object
-
- matchedObjectsFromThat IDictionaryIAttributeBearer, Object
-
Type Parameters
- K
- V
Return Value
Boolean
See Also