Equal Keys

Compares the current business object's key attribute values with those in the input business object 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 key attributes are the same; returns false if they are not the same.

Notes

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

Copyright IBM Corp. 2003, 2004