list对象去重

s.Where((x, i) => s.FindIndex(z => z.ArticleTitle == x.ArticleTitle) == i).ToList();

原文地址:https://www.cnblogs.com/xlin/p/12857816.html