Allows the implementation of customized equality comparison for collections.
To be used with dynamic link.
reference library or class as you please
eg.
someIQueryable.Select($"new({field})").Distinct(new ObjectComparer(field)).OrderBy(field).Take(someNumber).ToList();