I guess I never tried/noticed this before, but if two Node objects refer to the same node (getId() == the same), shouldn't the following evaluate as true?
Node node1;
Node node2;
....somehow they get set...
If(node1 == node2) {
}
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

