OpenWGA 7.9 - 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 (Liste): The list that is compared to this list |
Return value |
true if the lists are considered equal, false otherwise (Boolean) |
Allowed in script types |
|