In Kotlin there are two types of equality: Structural equality ( == – a check for equals() ) Referential equality ( === – two references point to the same object)
In Kotlin there are two types of equality: Structural equality ( == – a check for equals() ) Referential equality ( === – two references point to the same object)