Click or drag to resize

ContainerHelper.DeeplyEqualSet<V> Method (Dictionary<V, SetValueType>, Dictionary<V, SetValueType>, IDictionary<Object, Object>, IDictionary<IAttributeBearer, Object>, IDictionary<IAttributeBearer, 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.Generic.Dictionary<V, SetValueType>
that
Type: System.Collections.Generic.Dictionary<V, SetValueType>
visitedObjects
Type: System.Collections.Generic.IDictionary<Object, Object>
matchedObjectsFromThis
Type: System.Collections.Generic.IDictionary<IAttributeBearer, Object>
matchedObjectsFromThat
Type: System.Collections.Generic.IDictionary<IAttributeBearer, Object>

Type Parameters

V

Return Value

Type: Boolean
See Also