System::Collections::Generic::ICollection::Contains method

ICollection::Contains method

コレクションに要素が存在するか確認します。

virtual bool System::Collections::Generic::ICollection<T>::Contains(const T &item) const =0
パラメーター説明
項目const T&検索対象の項目。

ReturnValue

要素が存在する場合は true、存在しない場合は false。

参照