Click or drag to resize

ContainerHelperDeeplyEqualArrayAttributeBearerV Method

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

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