COLLECTIONS.LIST - DOES THE LIST CONTAIN AN OBJECT?
Activity «Does the list contain an object?» can be found in section «Collections.List».
Activity checks existance of the object (element) in list and returns result as a boolean variable (true/false).
Нажмите на изображение, чтобы увеличить его.
Property; Class; Type; Description
List; In; Collections.IList; The list in which to check the availability of the object.
An object; In; Object; The object to find in the list.
Result; Out; Boolean; Result of checking. True - if such an object is in the list, False - if not.