boolean equals(BusObjArray inputBusObjArray)
The comparison between the two business object arrays checks the number of elements and their attribute values.
The following example uses equals() to set up a conditional loop, the inside of which is not shown.
if (items.equals(newItems)) { ... }