Click or drag to resize

ContainerHelperDeeplyEqualMapK, V Method (DictionaryK, V, DictionaryK, V, 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 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_
Type: System.Collections.GenericDictionaryK, V
that
Type: System.Collections.GenericDictionaryK, V
visitedObjects
Type: System.Collections.GenericIDictionaryObject, Object
matchedObjectsFromThis
Type: System.Collections.GenericIDictionaryIAttributeBearer, Object
matchedObjectsFromThat
Type: System.Collections.GenericIDictionaryIAttributeBearer, Object

Type Parameters

K
V

Return Value

Type: Boolean
See Also