En:isExists
Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.
Содержание |
[править]
Account
Method of class Collection
[править]
Syntax
isExists(key : String) : Boolean
[править]
Description
Check existing of value in list by key;
[править]
Parameters
- key - string. Collection key (identifier);
[править]
Result
The method returns true, if value exists in collection by key, false - otherwise. Data type - Boolean;