ListIsNotList | ||||||||||
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 not equal if any corresponding elements are of non-comparable types, or if the default equality of that type does not holds between the elements. In particular, this means that comparison between string elements is case sensitive. | |||||||||
Tags | lists |