Click or drag to resize

LGSPTransientObjectIsDeeplyEqual 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.1
Syntax
C#
public abstract bool IsDeeplyEqual(
	IDeepEqualityComparer that,
	IDictionary<Object, Object> visitedObjects
)

Parameters

that  IDeepEqualityComparer
 
visitedObjects  IDictionaryObject, Object
 

Return Value

Boolean

Implements

IDeepEqualityComparerIsDeeplyEqual(IDeepEqualityComparer, IDictionaryObject, Object)
See Also