Does anyone know what are options for equals and h...
# announcements
p
Does anyone know what are options for equals and hashcode for classes which are not data classes? Do we have to write them ourselves or is there a way in Kotlin to specify to use specific fields for equals and hashcode generation?