System::Collections::Generic::List::TrueForAll メソッド

List::TrueForAll method

コレクション内のすべての要素が指定された述語で定義された条件と一致するかどうかを判断します。

bool System::Collections::Generic::List<T>::TrueForAll(System::Predicate<T> match)
パラメーター説明
matchSystem::Predicate<T>Predicate を使用して要素をチェックします。

ReturnValue

すべての要素が条件と一致する場合は true、そうでない場合は false。

参照