DeepEqualityComparer 2.0.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package DeepEqualityComparer --version 2.0.8
NuGet\Install-Package DeepEqualityComparer -Version 2.0.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DeepEqualityComparer" Version="2.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DeepEqualityComparer --version 2.0.8
#r "nuget: DeepEqualityComparer, 2.0.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DeepEqualityComparer as a Cake Addin
#addin nuget:?package=DeepEqualityComparer&version=2.0.8

// Install DeepEqualityComparer as a Cake Tool
#tool nuget:?package=DeepEqualityComparer&version=2.0.8

Generic IEqualityComparer which performs a deep comparison of object trees

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 3.5

    • No dependencies.
  • .NETFramework 4.0

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.0-pre 345 2/1/2021
2.1.0 9,376 7/2/2020
2.0.10-beta 558 7/12/2019
2.0.9 21,228 8/24/2017
2.0.8 1,123 8/24/2017
2.0.7-alpha 868 8/24/2017
2.0.6-alpha 866 8/23/2017
2.0.4-alpha 829 8/21/2017
2.0.3-alpha 855 8/21/2017
2.0.2-alpha 952 8/21/2017
2.0.1-alpha 1,004 6/16/2017
2.0.0-alpha 988 6/16/2017
1.5.0 1,886 6/9/2017
1.4.3 1,063 5/31/2017
1.4.2 1,090 2/17/2017
1.4.1 1,075 2/14/2017
1.4.0 1,194 2/13/2017
1.3.2 1,117 2/6/2017
1.3.1 1,066 2/3/2017
1.3.0 1,319 11/14/2016
1.2.0 1,511 10/18/2016
1.1.0 1,290 10/17/2016
1.0.0 1,293 10/14/2016

New in Version 2.0
.NET Standard 2.0 support
.NET 3.5 support

"Old" Features
Specify Comparers for specific Types
Ignore Properties by Name
Ignore Properties by Type