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
You might want to implement a custom comparer for Distinct method. Please refer to a previous SO question here.