contains
Description
Checks if the given name exists in this list.
Syntax
StringList .contains (name : String) : Boolean
Arguments
- name
-
String. The localname to lookup.
Return Value
Boolean. true if the name exists.
Checks if the given name exists in this list.
StringList .contains (name : String) : Boolean
String. The localname to lookup.
Boolean. true if the name exists.