Compare this MBeanConstructorInfo to another.
Returns:
true if and only if
o
is an MBeanConstructorInfo such
that its {@link #getName()}, {@link #getDescription()},
{@link #getSignature()}, and {@link #getDescriptor()}
values are equal (not necessarily
identical) to those of this MBeanConstructorInfo. Two
signature arrays are equal if their elements are pairwise
equal.
Parameters:
-
o - the object to compare to.