Determines whether the specified array contains any element that matches the conditions defined by the specified predicate.
- T
- Documentation for this section has not yet been entered.
- array
- The array to search.
- match
- The predicate that defines the conditions of the elements to search for.
true, if the array contains one or more elements that match the conditions defined by 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. Each element of array is passed to the predicate in turn, and processing is stopped when the predicate returns true.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0