Skip to content

Delegate equals comparison in Record to Field #1975

Description

@eltimn

Currently, Record.equals directly compares the valueBox and name of each field. This makes it impossible to override that functionality in individual Fields. Because of this, PatternField does not work properly in this regard.

The proposed solution is to delegate the comparison to the individual Field, using the current code as the default.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions