PrincipalValueCollection<T>.IList.Contains(Object) 方法

定义

返回一个布尔值,指示指定对象是否在集合中。

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

参数

value
Object

一个对象。

返回

boolean

实现

适用于