keyObject.equals(otherKeyObject)


根据键的类型、值和参数是否完全相同,返回 truefalse。这种方法不是 常量时间

¥Returns true or false depending on whether the keys have exactly the same type, value, and parameters. This method is not constant time.