CRLExtensions.opEquals

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

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

class CRLExtensions
override
bool
opEquals
(
Object other
)

Meta