StringList Operators and Type Conversions |
The StringList type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition |
Add to string lists
| |
| Equality |
Test to see if two StringList are equal. They are equal if they
have the same elements in the same order.
| |
| (String to StringList) |
Cast a string array to a string list
| |
| (StringList to String) |
Cast a StringList to a String[]
| |
| Inequality |
Test to see if to StringList are different (not equal)
|