Click or drag to resize

ContainerHelperDeeplyEqualDequeAttributeBearerV Method

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static bool DeeplyEqualDequeAttributeBearer<V>(
	Deque<V> this_,
	Deque<V> that,
	IDictionary<Object, Object> visitedObjects
)
where V : IAttributeBearer

Parameters

this_
Type: de.unika.ipd.grGen.libGrDequeV
that
Type: de.unika.ipd.grGen.libGrDequeV
visitedObjects
Type: System.Collections.GenericIDictionaryObject, Object

Type Parameters

V

Return Value

Type: Boolean
See Also