System::Collections::CollectionBase::ListImpl::Contains メソッド
ListImpl::Contains method
コレクションが特定の要素を含むかどうかを判定します。
bool System::Collections::CollectionBase<T>::ListImpl::Contains(const T &value)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | const T& | コレクション内で検索する要素。 |
ReturnValue
true if the collection contains the specified value; otherwise, false.
参照
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Page for C++