Click or drag to resize

ContainerHelperDeeplyEqualArrayObjectV Method

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

Parameters

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

Type Parameters

V

Return Value

Type: Boolean
See Also