Skip to content

Commit

Permalink
Use correct signature
Browse files Browse the repository at this point in the history
  • Loading branch information
manne committed Jun 24, 2020
1 parent 43b85b0 commit 4369406
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public int GetHashCode(InstalledPackageReference co)
return HashCode.Combine(co.Name, co.ResolvedVersion);
}

public bool Equals(InstalledPackageReference x1, InstalledPackageReference x2)
public bool Equals(InstalledPackageReference? x1, InstalledPackageReference? x2)
{
if (ReferenceEquals(x1, x2))
{
Expand Down

0 comments on commit 4369406

Please sign in to comment.