var distinctleads = (from ld in leads select new { id = ld.Regarding }).ToList().Distinct();
Login to post response