Skip to main content
method KeyObject.prototype.equals
KeyObject.prototype.equals(otherKeyObject: KeyObject): boolean
Deprecated

Returns true or false depending on whether the keys have exactly the same type, value, and parameters. This method is not constant time.

Parameters

otherKeyObject: KeyObject

A KeyObject with which to compare keyObject.

Return Type

boolean
Back to top