Compares two business object arrays to determine whether they are equal.
Returns true if the arrays are equal; otherwise, returns false.
The comparison between the two business object arrays checks the number of elements and their attribute values.
This function block is based on the BusObjArray.equals() method. For more information, see equals().