Skip to content

Allows the implementation of customized equality comparison for collections.

Notifications You must be signed in to change notification settings

pr-dev-repo/genericObjectComparer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

genericObjectComparer

Allows the implementation of customized equality comparison for collections.

Framework: .NET Core 3.1

Usage

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();

About

Allows the implementation of customized equality comparison for collections.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages