DeepEqualityComparer 2.1.0
.NET Standard 2.0
.NET Framework 3.5
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package DeepEqualityComparer -Version 2.1.0
dotnet add package DeepEqualityComparer --version 2.1.0
<PackageReference Include="DeepEqualityComparer" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DeepEqualityComparer --version 2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DeepEqualityComparer, 2.1.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. 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.1.0
// Install DeepEqualityComparer as a Cake Tool
#tool nuget:?package=DeepEqualityComparer&version=2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Generic IEqualityComparer which performs a deep comparison of object trees
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
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 | 200 | 2/1/2021 |
2.1.0 | 5,849 | 7/2/2020 |
2.0.10-beta | 476 | 7/12/2019 |
2.0.9 | 18,197 | 8/24/2017 |
2.0.8 | 899 | 8/24/2017 |
2.0.7-alpha | 757 | 8/24/2017 |
2.0.6-alpha | 762 | 8/23/2017 |
2.0.4-alpha | 734 | 8/21/2017 |
2.0.3-alpha | 749 | 8/21/2017 |
2.0.2-alpha | 844 | 8/21/2017 |
2.0.1-alpha | 877 | 6/16/2017 |
2.0.0-alpha | 855 | 6/16/2017 |
1.5.0 | 1,628 | 6/9/2017 |
1.4.3 | 838 | 5/31/2017 |
1.4.2 | 862 | 2/17/2017 |
1.4.1 | 845 | 2/14/2017 |
1.4.0 | 942 | 2/13/2017 |
1.3.2 | 891 | 2/6/2017 |
1.3.1 | 839 | 2/3/2017 |
1.3.0 | 1,093 | 11/14/2016 |
1.2.0 | 1,264 | 10/18/2016 |
1.1.0 | 1,073 | 10/17/2016 |
1.0.0 | 1,064 | 10/14/2016 |
New in 2.1
initial support for Indexer - atm only int-Indexer are supported
New in 2.x
.NET Standard 2.0 support
.NET 3.5 support
"Old" Features
Specify Comparers for specific Types
Ignore Properties by Name
Ignore Properties by Type