Hi friends Please helping me out, I m working in .net development so i m facing this problem that How to compare two class type lists:- I have below lists List<Myclass> obj1 = List<Myclass>(); List<Myclass> obj2 = List<Myclass>(); obj1= method1(); obj2= method2(); Now I want to check whether both the list are equal or not, in other words whether both lists contains same data. Please provide me the Thanks Diya