c# linq is distinct code example Example: how to use distinct in linq query in c# var distValues = objList.Select(o=>o.typeId).Distinct().ToList();