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