Skip to content

Equals and GetHashCode generation #59

Description

@WinterG26

Is your feature request related to a problem? Please describe.
I’m often frustrated when I need to manually implement equality logic for my classes, especially since it involves consistently generating the == and != operators, Equals and GetHashCode methods, and implementing the IEquatable interface. This is particularly important for ensuring accurate and reliable behavior in collections and comparisons but can lead to repetitive, boilerplate code that is easy to overlook.

Describe the solution you'd like
It would be incredibly helpful if Lombok.net could automatically generate the == and != operators, Equals and GetHashCode methods, and generate override method for classes that's already implement the IEquatable interface.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions