 | ContainerHelperDeeplyEqualDequeObjectV Method |
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic static bool DeeplyEqualDequeObject<V>(
Deque<V> this_,
Deque<V> that,
IDictionary<Object, Object> visitedObjects
)
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