 | ContainerHelperStructurallyEqual Method |
Returns whether the input values are structurally equal according to the ~~ operator, beside attribute bearers and graphs, this esp. includes containers,
then it returns whether this container and that container are memberwise deeply equal,
which means the scalar members are equal, and object attributes are deeply equal.
(If types are unequal the result is false. For graphs, it returns whether they are structurally equal.)
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
See Also