Metadata >> NuGet >> Comparers

Comparers

Metadata

Authors Stephen Cleary
Description A fluent API for creating IComparer and IEqualityComparer implementations.
IconUrl http://download.codeplex.com/Download?ProjectName=comparers&DownloadId=404414
Language en-US
Owners Stephen Cleary
ProjectUrl http://comparers.codeplex.com/
ReleaseNotes [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.
RequireLicenseAcceptance False
Summary A fluent API for creating IComparer and IEqualityComparer implementations.
Tags comparer icomparer icomparable iequatable iequalitycomparer net45 net40 win8 netcore45 sl5 wp8 wpa81 nito
Title Comparers
PackageSize 128783
PackageHashAlgorithm SHA512
PackageHash kSvcobCKuykgbsJ4lX+vha4aZejMX7GIgcgFCOnYxB2gznvi4P4K9fdb55XKBorNo3DOvSBqmaWqhCTT/fNr2Q==
DownloadCount 000000
CreatedDate 2014-05-13T00:22:02

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Comparers -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Comparers -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Comparers
Installing the package (HTTP Basic authentication):
Install-Package Comparers -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Comparers -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Comparers

OpenWrap

Installing the package:
o add-wrap Comparers
Uninstalling the package:
o remove-wrap Comparers

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
4.0.0
3.1.0
3.0.0
2.0.2
2.0.1
2.0.0
1.1.0
1.0.0