LINQ不包含列表

	
var query=lista.Where(p=>!listb.Any(g=>p.id==g.id && p.no==g.no))

  

原文地址:https://www.cnblogs.com/Stephenchao/p/5396569.html