IReadOnlyCollection<T>.Contains Method
Determines whether the collection contains a specific value.
function Contains(const Value: T): Boolean;
Parameters
- Value
-
T
The value to locate in the collection.
Returns
Boolean
True if the value is found in the collection; otherwise, false.