I am trying to implement equals method for Java classes Book and Chapter in my application. Book has a set of Chapt
equals
Book
Chapter
Chapt
A book should be equal to another book only if their ISBNs are equal. So implement the book equals only based on that field.
For the chapter - compare the chapter number and the owning Book