다음을 통해 공유


ActivityCollection.IList.Contains(Object) 메서드

정의

Object 가 컬렉션의 멤버인지 여부를 나타내는 값을 가져옵니다.

 virtual bool System.Collections.IList.Contains(System::Object ^ value) = System::Collections::IList::Contains;
bool IList.Contains (object value);
override this.System.Collections.IList.Contains : obj -> bool
Function Contains (value As Object) As Boolean Implements IList.Contains

매개 변수

value
Object

Object에서 찾을 IList입니다.

반환

Boolean

value이 컬렉션에 있으면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상