ModelItemCollection.IList.Contains(Object) メソッド

定義

ModelItemCollectionに指定した要素が含まれているかどうかを判断します。

 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

ModelItemCollection内で検索するオブジェクト。

返品

true 指定した値を持つ要素が ModelItemCollection に含まれている場合は。それ以外の場合は false

実装

例外

valuenullです。

適用対象