Skip to content

Feature request: allow customizing whether the == and != operators are generated for classes. #74

@fraluderin

Description

@fraluderin

By applying [Equatable] to my class, I noticed that the generated code includes == and != operators.
For my use case, I would prefer to keep == as a reference-equality comparison and rely on the Equals method for per-property comparison. Is this already possible? If not, I am available to propose an implementation if you can point me in the right direction.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions