I\'m writing a Function that pulls Records from a DataBase using LINQ to get an IQueryable. This LINQ statement will pull all of the records for Active users within a certai
try and write an IEqualityComparer for the object type being selected and use it in your Distinct method
IEqualityComparer
Distinct