Share via


PagedList<T>.Contains(T) Method

Definition

Specifies whether the list contains a specific 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.

Returns

true if the list contains a specific item; otherwise, false.

Implements

Applies to