Hello all, does Kotlin perform recursive equals in...
# announcements
x
Hello all, does Kotlin perform recursive equals in data objects which contains other sub data objects? it does not invoke those sub-object’s equals, right? What does Kotlin do with those sub-data objects? It seems it does basic first-level Equality including basic types and excluding other relations.