System::Collections::Generic::List::TrueForAll メソッド
List::TrueForAll method
コレクション内のすべての要素が指定された述語で定義された条件と一致するかどうかを判断します。
bool System::Collections::Generic::List<T>::TrueForAll(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++