C# Distinct將對象按條件去重

平時,咱們將c#中的Distinct大多用於對數組去重,通常數組爲基礎的數據類型,例如 int,string.也能夠用於對象去重,咱們看看C#對Distinct方法的定義: 有重載,第一個參數都加了this,是拓展方法,有關拓展方法,請百度瞭解。 下面咱們來研究下Distinct的對象去重,假設咱們如今有一個People類:web public class People {
相關文章
相關標籤/搜索