GridColumnStylesCollection.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

要在集合中定位的对象。 该值可以为 null

返回

如果元素在集合中存在,则为 true;否则为 false

实现

适用于