CertificateExtensions.opEquals

Compares this CertificateExtensions for equality with the specified object. If the <code>other</code> object is an <code>instanceof</code> <code>CertificateExtensions</code>, then all the entries are compared with the entries from this.

@param other the object to test for equality with this CertificateExtensions. @return true iff all the entries match that of the Other, false otherwise.

class CertificateExtensions
override
bool
opEquals
(
Object other
)

Meta