I need to compare two lists where each list contains about 60,000 objects. what would be the most efficient way of doing this? I want to select all the items that are in the so
Use Except() and read more about set operations with linq and set operations with HashSet.
Except()