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