[]
Determines whether the ReadOnlyStructList<T> contains elements that match the conditions defined by the specified predicate.
public bool Exists(StructPredicate<T> match)
Public Function Exists(match As StructPredicate(Of T)) As Boolean
Type | Name | Description |
---|---|---|
StructPredicate<T> | match | The StructPredicate<T> delegate that defines the conditions of the elements to search for. |
Type | Description |
---|---|
bool | true if the ReadOnlyStructList<T> contains one or more elements that match the conditions defined by the specified predicate; otherwise, false. |