ISharePointCollection<T>.Contains(T) Method

Definition

Gets whether the provided item is a member of this collection.

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

Parameters

item
T

The item to check whether it is in the collection.

Returns

True if the item belongs to the collection; false otherwise.

Applies to