System::Collections::Generic::List::Exists メソッド
List::Exists method
リストに特定の述語を満たす要素が存在するかチェックします。
bool System::Collections::Generic::List<T>::Exists(System::Predicate<T> match)
| パラメーター | 型 | 説明 |
|---|---|---|
| match | System::Predicate<T> | Predicate を使用して要素をチェックします。 |
ReturnValue
一致する要素が見つかれば true、そうでなければ false。
参照
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++