How does equality work in ObjectOf.
Will two objects representing the same record appear equal even if different transactions were used to retrieve them?
Will two objects represending the same record appear equal even if one of them has been changed, but not posted?
Will two objects from different repos or repo versions appear equal if they have the same kind and label?
How does equality checking on Composite, Indexed and Mapped data structures work?