X509CRLEntry.opEquals

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

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

class X509CRLEntry
override
bool
opEquals
(
Object other
)

Meta