RiTa
index
Name RiTa.equals()
Class RiTa
Description Returns true if all elements of the 2 lists are equal, and have the same ordering, testing the elements in each with {@link Object#equals(Object)}
Syntax
RiTa.equals(l1, l2);
Returns boolean
Usage Web & Application    [static]
Related