Determines whether every element in the array matches the predicate.
[Edit]
Type Parameters
- T
- Documentation for this section has not yet been entered.
[Edit]
Parameters
- array
- The array to check against the conditions.
[Edit]
- match
- The predicate against which the elements are checked..
[Edit]
Returns
true, if every element in array matches the specified predicate; otherwise, false.
[Edit]
Exceptions
Remarks
Requirements
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0