다음을 통해 공유


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)

적용 대상