<@U0SRVKLTC> You could probably map `Array.equals`...
# kontributors
c
@dean You could probably map
Array.equals
to
Arrays.equals
on the Kotlin side, but not on the Java side. So when passing an object to the Java world,
equals
would be working differently than on the Kotlin side. Maybe the Kotlin designers think that's inconsistent?