Xuda Lu·FollowDec 19, 2020--ListenShareActually i got different result for Int. the test code is as belowval exclusive1 = arrayListOf(128, 128)println("""Int: ${exclusive1[0] == exclusive1[1]}""")println("""Int: ${exclusive1[0] === exclusive1[1]}""")