Difference between two List

Can I use a fancy LINQ query to return a List, by passing it in a method (List oldList, List newList), and seeing what differences there are between the two lists?

Basically, I want to get a list of any files added to newList, that were not available in oldList.

7
задан abatishchev 15 May 2011 в 09:25
поделиться