Equals

Compares the attributes of two business objects (including child business objects) to determine if they are equal.

Inputs

Business object 1
The first business object (a BusObj object) in the comparison.

Business object 2
The second business object (a BusObj object) in the comparison.

Output

Returns true if the values of all attributes are the same; otherwise, returns false.

Notes

This function block is based on the BusObj.equals() method. For more information, see equals().

Copyright IBM Corp. 2003, 2004