Veerendra Annigere

Veerendra Annigere

  • NA
  • 2.7k
  • 648.9k

Without using Distinct(), How to get Distinct List ?

Aug 7 2021 8:09 AM

I have a List of Objects,

var distinctList = someList.DistinctBy(x => x.Prop2).ToList();

Need to get distinct list without using distinct.


Answers (4)