IReadOnlyCollection<T>.Contains Method

Definition

Determines whether the collection contains a specific value.

Delphi
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.