Overload | Description |
---|---|
Exists<TTarget>() | Determines whether the List contains elements that match the conditions defined by the specified predicate. |
Exists<TTarget>(Predicate<TTarget>) | Determines whether the List contains elements that match the conditions defined by the specified predicate. |