Comparers 4.0.0

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
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.
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.
// Install Comparers as a Cake Addin
#addin nuget:?package=Comparers&version=4.0.0

// Install Comparers as a Cake Tool
#tool nuget:?package=Comparers&version=4.0.0

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.

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
6.2.2 3,241 9/26/2021
6.2.1 372 9/25/2021
6.2.0 2,740 3/7/2021
6.1.0 552 10/24/2020
6.1.0-pre05 403 10/17/2020
6.1.0-pre04 317 10/3/2020
6.1.0-pre03 349 10/3/2020
6.1.0-pre02 475 6/26/2020
6.1.0-pre01 503 6/20/2020
6.0.0 22,505 3/16/2019
6.0.0-pre-02 663 2/25/2019
6.0.0-pre-01 680 2/19/2019
5.0.7 988 2/13/2019
5.0.6 876 2/13/2019
5.0.5 7,868 9/9/2017
5.0.4 1,147 8/27/2017
5.0.3 1,226 4/15/2017

[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.