Implemented interface member:
7 references to Equals
NuGet.Commands (2)
RestoreCommand\ResolvedDependencyKey.cs (2)
46return Parent.Equals(other.Parent) 47&& Child.Equals(other.Child)
NuGet.DependencyResolver.Core (3)
GraphItemKeyComparer.cs (1)
42return x.Key.Equals(y.Key);
GraphModel\GraphItem.cs (1)
56return Key.Equals(other.Key);
Remote\RemoteMatch.cs (1)
24return other != null && Library.Equals(other.Library);
NuGet.LibraryModel (2)
Library.cs (1)
67return x.Identity.Equals(y.Identity);
LibraryIdentity.cs (1)
54return Equals(obj as LibraryIdentity);