Click or drag to resize

ContainerHelperDeeplyEqual(IDeque, IDeque, IDictionaryObject, Object) Method


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

Parameters

this_  IDeque
 
that  IDeque
 
visitedObjects  IDictionaryObject, Object
 

Return Value

Boolean
See Also