Certificate.opEquals

Compares this certificate for equality with the specified object. If the {@code other} object is an {@code instanceof} {@code Certificate}, then its encoded form is retrieved and compared with the encoded form of this certificate.

@param other the object to test for equality with this certificate. @return true iff the encoded forms of the two certificates match, false otherwise.

class Certificate
override
bool
opEquals
(
Object other
)

Meta