https://kotlinlang.org logo
f

frogger

01/06/2021, 11:08 AM
Is there a suggested approach for “an equals method for an interface”? I.e. not checking two actual objects for equality based on their implementing classes but only checking those fields/functions for equality that are declared in interface?
i

igor.wojda

01/06/2021, 11:42 AM
I think this is similar issue https://youtrack.jetbrains.com/issue/KT-25954 🤔
2 Views