X509CRLImpl.opEquals

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

@param other the object to test for equality with this CRL.

@return true iff the encoded forms of the two CRLs match, false otherwise.

class X509CRLImpl
override
bool
opEquals
(
Object other
)

Meta