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.