method KeyObject.prototype.equals
Jump to headingKeyObject.prototype.equals(otherKeyObject: KeyObject): boolean
Returns true
or false
depending on whether the keys have exactly the same
type, value, and parameters. This method is not constant time.
Parameters Jump to heading
Jump to headingotherKeyObject: KeyObject
A KeyObject
with which to compare keyObject
.
Return Type Jump to heading
boolean