boolean equalsShallow(BusObj inputBusObj)
Returns true if the values of all attributes are the same; otherwise, returns false.
CollaborationException--The equalsShallow() method can set the following exception type for this exception:
The following example compares attributes of order2 with attributes of order1, excluding the attributes of child business objects, if any.
boolean areEqual = order1.equalsShallow(order2);