TableSectionBase<T>.Contains(T) Method

Definition

Returns a Boolean value that indicates whether or not this TableSectionBase<T> has a reference to a particular object.

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

Parameters

item
T

The object for which to determine whether or not this TableSectionBase<T> object has a reference.

Returns

true if this TableSectionBase<T> object contains a reference to item. Otherwise, false.

Implements

Applies to