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)
40
return y != null && x.Key.
Equals
(y.Key);
GraphModel\GraphItem.cs (1)
50
return Key?.
Equals
(other.Key) ?? other.Key == null;
Remote\RemoteMatch.cs (1)
22
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);