| Test the specified object for equality.
This method will return true if and only if the following
conditions are true:
- obj is not null
- obj also implements OpenMBeanOperationInfo
- their names are equal
- their signatures are equal
- their return opentypes are equal
- their impacts are equal
Parameters: obj - The object being compared to boolean |