Hi, On Tue, Oct 15, 2013 at 2:04 PM, Tobias Bocanegra <[email protected]> wrote: > Initially I thought that comparing just the names would be > enough, but then it wouldn't work correctly when a 2 nodetypes of different > sessions are compared that were modified.
The Object.equals() contract doesn't require that the compared objects are *exactly equal*. Any equivalence relationship, including name comparison, should be fine. BR, Jukka Zitting
