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.
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.