Click or drag to resize

ContainerHelperDeeplyEqual Method (IDictionary, IDictionary, IDictionaryObject, Object)

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

Parameters

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

Return Value

Type: Boolean
See Also