Click or drag to resize

ContainerHelperDeeplyEqual Method (IList, IList, IDictionaryObject, Object)

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

Parameters

this_
Type: System.CollectionsIList
that
Type: System.CollectionsIList
visitedObjects
Type: System.Collections.GenericIDictionaryObject, Object

Return Value

Type: Boolean
See Also