I have a List of Objects,
var distinctList = someList.DistinctBy(x => x.Prop2).ToList();
Need to get distinct list without using distinct.