Comparers 2.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Comparers --version 2.0.1
                    
NuGet\Install-Package Comparers -Version 2.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="Comparers" Version="2.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Comparers" Version="2.0.1" />
                    
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 2.0.1
                    
#r "nuget: Comparers, 2.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.
#:package Comparers@2.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Comparers&version=2.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Comparers&version=2.0.1
                    
Install as a Cake Tool

IComparer<T> implementations and extension methods.

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

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