Click or drag to resize

LGSPNodeIsDeeplyEqual Method

Returns whether this and that are deeply equal, which means the scalar attributes are equal, the container attributes are memberwise deeply equal, and object attributes are deeply equal. (If types are unequal the result is false.) Visited objects are/have to be stored in the visited objects dictionary in order to detect shortcuts and cycles.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public abstract bool IsDeeplyEqual(
	IDeepEqualityComparer that,
	IDictionary<Object, Object> visitedObjects
)

Parameters

that
Type: de.unika.ipd.grGen.libGrIDeepEqualityComparer
visitedObjects
Type: System.Collections.GenericIDictionaryObject, Object

Return Value

Type: Boolean

Implements

IDeepEqualityComparerIsDeeplyEqual(IDeepEqualityComparer, IDictionaryObject, Object)
See Also