To make it easier to check if two nodes are the same, and if two collections are the same, we should add `__eq__` and/or `__ne__` methods to the Node, Link, and Collection classes.