共用方式為


TableSectionBase<T>.Contains(T) 方法

定義

傳回布林值,指出此 TableSectionBase<T> 是否參考特定物件。

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

參數

item
T

物件,決定此 TableSectionBase<T> 物件是否具有參考。

傳回

System.Boolean

如果此 TableSectionBase<T> 物件包含 item 的參考,則為 true。 否則為 false

實作

System.Collections.Generic.ICollection`1.Contains(`0)

適用於