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 内で検索するオブジェクト。

戻り値

Boolean

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

実装

例外

valuenullです。

適用対象