79077870

Date: 2024-10-11 10:51:52
Score: 0.5
Natty:
Report link

Determining whether two elements are equal is fairly simple.

Two DataType-typed values are equal when they have a deep value correspondence (deep is needed for OCL Collection types - UML is vague on reified multiplicity values).

Two Class-typed values are equal when they are exactly the same object (have the same address in typical implementations).

Reasons:
  • No code block (0.5):
Posted by: Ed Willink