TableSectionBase<T>.Contains(T) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回布林值,指出此 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)