c# list id if axist in other list

126

c# list id if axist in other list -

var result = peopleList2.Where(p => !peopleList1.Any(p2 => p2.ID == p.ID));

Comments

Submit
0 Comments