equals
Returns true
or false
depending on whether the keys have exactly the same type, value, and parameters. This method is not constant time.
Since
v17.7.0, v16.15.0
Parameters
otherKeyObject
A KeyObject
with which to compare keyObject
.
Returns true
or false
depending on whether the keys have exactly the same type, value, and parameters. This method is not constant time.
v17.7.0, v16.15.0
A KeyObject
with which to compare keyObject
.