contains abstract method

bool contains(
  1. String name
)

Checks if collection contains a control by a given name.

Returns true if collection contains the control, otherwise returns false.

Implementation

bool contains(String name);