System::Collections::CollectionBase::ListImpl::Contains メソッド

ListImpl::Contains method

コレクションが特定の要素を含むかどうかを判定します。

bool System::Collections::CollectionBase<T>::ListImpl::Contains(const T &value)
パラメーター説明
valueconst T&コレクション内で検索する要素。

ReturnValue

true if the collection contains the specified value; otherwise, false.

参照