keyObject.equals(otherKeyObject)
otherKeyObject<KeyObject> 用来与keyObject进行比较的KeyObject。- 返回值: <boolean>
根据键是否具有完全相同的类型、值和参数,返回 true 或 false。此方法不是常数时间的。
【Returns true or false depending on whether the keys have exactly the same
type, value, and parameters. This method is not
constant time.】