Contains

ReadOnlyListBase<T>.Contains method

Determines whether the collection contains a specific item.

public virtual bool Contains(T item)
Parameter Type Description
item T The item to locate in the collection.

Return Value

True if the item is found in the collection; otherwise, false.

See Also