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