I have this method I use to remove a Book from the SetOfBooks class. I tried looping through and delete too, and googled too. This does not delete the Book object I'm passing and returns false,I cannot figure out where I'm going wrong. I wanted the method to remove the given object from the list. Please help. Thankyou
The following is the code of the where I call the removebook() method.