DeepCompare 1.0.1

dotnet add package DeepCompare --version 1.0.1
NuGet\Install-Package DeepCompare -Version 1.0.1
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="DeepCompare" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DeepCompare --version 1.0.1
#r "nuget: DeepCompare, 1.0.1"
#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 DeepCompare as a Cake Addin
#addin nuget:?package=DeepCompare&version=1.0.1

// Install DeepCompare as a Cake Tool
#tool nuget:?package=DeepCompare&version=1.0.1

DeepCompare is a small library for comparing object and their nested properties with no limitation for the type of the class (you can use normal typed objects, untyped object and dynamics) and the level of the properties and fields which will iterated down. It makes no differences between fields and properties and tries to compare the values of them.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 195 12/21/2012
1.0.0 52 12/21/2012

PreAlpha Version with fixed Enum compare