You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Thanks for this feature request, it seems valid and I will implement it. Unfortunately, due to personal reasons, I won't be able to do so for some time.
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.
The text was updated successfully, but these errors were encountered: