2 references to Equals
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\BoundDagEvaluation.cs (1)
13
public sealed override bool Equals([NotNullWhen(true)] object? obj) => obj is BoundDagEvaluation other && this.
Equals
(other);
BoundTree\BoundDecisionDagNode.cs (1)
26
return n1.Evaluation.
Equals
(n2.Evaluation) && n1.Next == n2.Next;