Shallow Equals

Compares the values of two business objects, excluding child business objects, to determine whether they are equal.

Inputs

Business object 1
The first business object (a BusObj object) you are comparing.

Business object 2
The second business object (a BusObj object) you are comparing.

Output

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

Notes

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

Copyright IBM Corp. 2003, 2004