1.创建compare类 using DCZY.Bean; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace DCZY.Bean { public class HookPlanMonitorDeviceCompare : IEqualityComparer<HookPlanMonitorDeviceInfo> { public bool Equals(H…
官网Enumerable.Distinct https://msdn.microsoft.com/zh-cn/library/bb338049.aspx CSDN中作者oriency755 关于Distinct的使用: http://blog.csdn.net/oriency755/article/details/13773557 使用 using System; using System.Collections.Generic; using System.Linq; using System.…