Equals

Compares two business object arrays to determine whether they are equal.

Inputs

Business object array 1
The first business object array (specified as a BusObjArray object) you want to compare.

Business object array 2
The second business object array (specified as a BusObjArray object) you want to compare.

Output

Returns true if the arrays are equal; otherwise, returns false.

Notes

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

Copyright IBM Corp. 2003, 2004