'Declaration
Public Function Exists( _ ByVal match As Predicate(Of T) _ ) As Boolean
'Usage
Dim instance As SmartList(Of T) Dim match As Predicate(Of T) Dim value As Boolean value = instance.Exists(match)
public bool Exists( Predicate<T> match )
public: bool Exists( Predicate<T*>* match )
public: bool Exists( Predicate<T^>^ match )
Parameters
- match
- The match.