Comparers 4.0.0
dotnet add package Comparers --version 4.0.0
NuGet\Install-Package Comparers -Version 4.0.0
<PackageReference Include="Comparers" Version="4.0.0" />
paket add Comparers --version 4.0.0
#r "nuget: Comparers, 4.0.0"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
[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.