ListIsList | ||||||||||
Type | operator | |||||||||
Dictionary | LCB | |||||||||
Library | LiveCode Builder | |||||||||
Syntax |
| |||||||||
Associations | com.livecode.list | |||||||||
Summary | Determines whether Left and Right are equal or not. | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Values |
| |||||||||
Description | Two lists are equal if each corresponding element is of comparable type, and if the default equality of that type holds between the elements. In particular, this means that comparison between string elements is case sensitive. | |||||||||
Tags | lists |