Info
Version: | 1.0.1 |
Author(s): | EduardCampo |
Last Update: | Friday, July 6, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/EduardCampo/DotNetUtilities |
NuGet Url: | https://www.nuget.org/packages/AdvancedComparer |
Install
Install-Package AdvancedComparer
dotnet add package AdvancedComparer
paket add AdvancedComparer
AdvancedComparer Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Using reflection, the comparer checks if each and every object is identical in both collections and returns true if so. (including custom objects, lists..
anything).