Determines whether every element in the array matches the predicate.
- T
- Documentation for this section has not yet been entered.
- array
- The array to check against the conditions.
- match
- The predicate against which the elements are checked..
true, if every element in array matches the specified predicate; otherwise, false.
Type Reason ArgumentNullException array or match is null.
The predicate returns true if the object passed to it matches the delegate. The elements of array are individually passed to the predicate, and processing is stopped when the delegate returns false for any element.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0