Implemented interface member:
2 references to Compare
NuGet.Commands (1)
ListCommand\ListCommandRunner.cs (1)
124
return _comparer.
Compare
(x.Identity, y.Identity);
NuGet.Packaging (1)
Core\PackageIdentity.cs (1)
83
return Comparer.
Compare
(this, other);