Is there a clean way to have a data class where on...
# getting-started
c
Is there a clean way to have a data class where only a subset of the properties are considered for the generated equals() and hashCode() implementation? Or do I have to write my own equals() and hashCode()?