I have the following 2 objects
List<string> list1
List<string> list2
On list 1 I have 3 items On list 2 I have the same 3 items in a different order.
I need a simple method to return that both lists are equal when they contain the same elements regardless of order