🌈 搜索
📅  最后修改于: 2022-03-11 14:49:16.635000             🧑  作者: Mango
var result = peopleList2.Where(p => !peopleList1.Any(p2 => p2.ID == p.ID));