Click or drag to resize

ContainerHelperDeeplyEqual Method (IDeque, IDeque, IDictionaryObject, Object)

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

Parameters

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

Return Value

Type: Boolean
See Also