Comparers 4.0.0

dotnet add package Comparers --version 4.0.0
                    
NuGet\Install-Package Comparers -Version 4.0.0
                    
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="Comparers" Version="4.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Comparers" Version="4.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Comparers" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Comparers --version 4.0.0
                    
#r "nuget: Comparers, 4.0.0"
                    
#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.
#addin nuget:?package=Comparers&version=4.0.0
                    
Install Comparers as a Cake Addin
#tool nuget:?package=Comparers&version=4.0.0
                    
Install Comparers as a Cake Tool

A fluent API for creating IComparer and IEqualityComparer implementations.

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

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.0 708 5/13/2014
3.1.0 62 4/22/2014
3.0.0 220 5/16/2012
2.0.2 56 5/1/2012
2.0.1 55 5/1/2012
2.0.0 57 5/1/2012
1.1.0 53 4/22/2012
1.0.0 56 4/21/2012

[4.0.0] Added support for WPA. Fixed bug in deteremining default comparer for sequences.
     [3.1.0] Implicit type detection with LINQ/Rx/Ix support. Added PCL support. Better hash code implementations.
     [3.0.0] Added EqualityComparers; added .NET 4.5, SL4, SL5, Win8, and XBox support; fixed CompoundComparer.GetHashCode.
     [2.0.2] Modified NuGet package metadata.
     [2.0.1] Removed contract exceptions when passing null to GetHashCode.
     [2.0.0] More consistent API; added sequence comparers, comparison operators, and the ability to override null object comparison.
     [1.1.0] Added ToString implementations to all comparers to assist debugging.