比较列表<object1>和列表<object2>

时间:2017-07-31 10:11:24

标签: c# compare listobject

colDiffUpdated和colDiffTarget有不同的值,如何在colTypes中添加两个列表的差异?

  

假设每个列表都有不同的值。

class Student extends Model
{
    protected $table = "student";
}
  

这是我存储值

的类
   public List<columnTypes> colType = new List<columnTypes>();
            public List<coldiffTypes> colDiffUpdated = new List<coldiffTypes>();
            public List<coldiffTypesTarget> colDiffTarget = new List<coldiffTypesTarget>();

1 个答案:

答案 0 :(得分:0)

类看起来具有相同的属性,如果是这样,只需实现一个类IEqualityComparer并比较该类colDiffUpdated和colDiffTarget列表的每个值