Skip to content

Replace BoundDagEvaluation.Equals and GetHashCode with specific method for testing equivalence #36102

@cston

Description

@cston

BoundDagEvaluation.Equals(BoundDagEvaluation other) compares original input and ignores any type evaluations (see #35669). That seems misleading for a general Equals method.

Since the method is only used for testing equivalence, perhaps Equals(BoundDagEvaluation) should be renamed (perhaps IsEquivalentEvaluation) and the GetHashCode() override could be removed.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions