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

The comparison between the two business object arrays checks the number of elements and their attribute values.

Related information

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

Copyright IBM Corp. 1997, 2004