Linq duplicate removal with a twist
- by Danthar
I got a list that contains al the status items of each order.
The problem that i have is that i need to remove all the items of which the status - logdate combination is not the highest.
e.g
var inputs = new List<StatusItem>();
//note that the 3th id is simply a modifier that adds that amount of secs
//to the current…