IDeepEqualityComparer Interface |
Namespace: de.unika.ipd.grGen.libGr
public interface IDeepEqualityComparer
The IDeepEqualityComparer type exposes the following members.
Name | Description | |
---|---|---|
IsDeeplyEqual |
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.
|