Even if two class instances have the same attributes, they are not equal because they are stored in separate memory locations.
To define a custom comparison method for class instances, use the __eq__ method.
__eq__