Click or drag to resize

ContainerHelperDeeplyEqual(IList, IList, 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(
	IList this_,
	IList that,
	IDictionary<Object, Object> visitedObjects
)

Parameters

this_  IList
 
that  IList
 
visitedObjects  IDictionaryObject, Object
 

Return Value

Boolean
See Also