how to compare two lists each containing a list of beans
807589Jun 9 2006 — edited Aug 20 2008I had a problem when comparing two lists. Each list containing a list of Java beans. I used the equals() method. but I am not getting the result.
what is the best way two compare the contents of the two list?