boolean equalKeys(BusObjinputBusObj)
Returns true if the values of all key attributes are the same; returns false if they are not the same.
CollaborationException--The equalKeys() method can set the following exception type for this exception:
equals(), equalsShallow()
This method performs a shallow comparison; that is, it does not compare the keys in child business objects.
The following example compares the key values of order2 to those in order1.
boolean areEqual = order1.equalKeys(order2);