In Kotlin (from docs). arrays are always compared using equals() , as all other objects. It compares the array's references, not the content ...
確定! 回上一頁