Click or drag to resize

ContainerHelperDeeplyEqualArrayObjectV Method


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

Parameters

this_  ListV
 
that  ListV
 
visitedObjects  IDictionaryObject, Object
 

Type Parameters

V

Return Value

Boolean
See Also