Info
| Version: | 1.1.1 |
| Author(s): | craigfowler |
| Last Update: | Saturday, April 4, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/csf-dev/CSF.CollectionComparers |
| NuGet Url: | https://www.nuget.org/packages/CSF.CollectionComparers |
Install
Install-Package CSF.CollectionComparers
dotnet add package CSF.CollectionComparers
paket add CSF.CollectionComparers
CSF.CollectionComparers Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
No dependencies.
- NETStandard.Library(>= 1.6.1)
These equality comparers represent various comparison strategies such as list/sequence, set and bag equality.
In each case, effort has been made to use the "best" algorithm available for equality-testing.