Overload List

  NameDescription
Exists(Predicate<(Of <(T>)>))
Determines whether the List<(Of <(T>)>) contains elements that match the conditions defined by the specified predicate.
(Inherited from List<(Of <(T>)>).)
Exists(T)
Checks if given object exists using IndefOf base method

See Also