Determines whether the specified array contains any element that matches the conditions defined by the specified predicate.
[Edit]
Type Parameters
- T
- Documentation for this section has not yet been entered.
[Edit]
Parameters
- array
- The array to search.
[Edit]
- match
- The predicate that defines the conditions of the elements to search for.
[Edit]
Returns
true, if the array contains one or more elements that match the conditions defined by 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