OpenWGA 7.11 - TMLScript reference
ListMethod :
equals(list)
| On object | List |
| Usage |
Tests two lists for equality |
| Description |
This compares this list for equality to the paramteter list. For two lists to be equal they must:
|
| Parameters |
list (List): The list that is compared to this list |
| Return value |
true if the lists are considered equal, false otherwise. |
| Allowed in script types |
|