Share via


CollectionPage<T>.Contains(T) Method

Definition

Determine whether the current page contains the given item.

public bool Contains (T item);
abstract member Contains : 'T -> bool
override this.Contains : 'T -> bool
Public Function Contains (item As T) As Boolean

Parameters

item
T

The item to search for.

Returns

True if the item is found.

Implements

Applies to