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

如果 true 位于集合中,则为 value;否则为 false

实现

适用于