Closed mstedler closed 9 years ago
allowDuplicates
depends on the equals
method of the object. The Person objects I implemented use the object has value for comparisons, not the name or email, so if you want the new marshall to count as a duplicate, you need to override equals
in the Person class.
First, thanks for this great project.
I have this piece of code :
it's possible to add "Marshall Weir" again manually, how can i workaround this?
Thanks in advance!