Click or drag to resize

ContainerHelperDeeplyEqualSetV Method (DictionaryV, SetValueType, DictionaryV, SetValueType, 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 DeeplyEqualSet<V>(
	Dictionary<V, SetValueType> this_,
	Dictionary<V, SetValueType> that,
	IDictionary<Object, Object> visitedObjects,
	IDictionary<IAttributeBearer, Object> matchedObjectsFromThis,
	IDictionary<IAttributeBearer, Object> matchedObjectsFromThat
)
where V : IAttributeBearer

Parameters

this_
Type: System.Collections.GenericDictionaryV, SetValueType
that
Type: System.Collections.GenericDictionaryV, SetValueType
visitedObjects
Type: System.Collections.GenericIDictionaryObject, Object
matchedObjectsFromThis
Type: System.Collections.GenericIDictionaryIAttributeBearer, Object
matchedObjectsFromThat
Type: System.Collections.GenericIDictionaryIAttributeBearer, Object

Type Parameters

V

Return Value

Type: Boolean
See Also