why the Clist.Contains(customer) is not getting true in that case ?
why the Clist.Contains(customer) is not getting true while the new object that i created is already on the list dose that means that i have to override the Equals method in the customer class
i have tried to override the Equals() method in the customer class but, what was intersting is that it works
i have tried to override the Equals() method in the customer class but, what was intersting is that it works
