Implemented interface member:
1 reference to Equals
Microsoft.Build (1)
Graph\ProjectGraph.cs (1)
898
return !(obj is null) && obj is ProjectGraphBuildRequest graphNodeWithTargets &&
Equals
(graphNodeWithTargets);