Selerix Developer Tools
Exists Method






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > SmartList<T> Class : Exists Method
The match.
Existses the specified match.
Syntax
'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 function Exists( 
    match: Predicate
): Boolean; 
public function Exists( 
   match : Predicate
) : boolean;
public: bool Exists( 
   Predicate<T*>* match
) 
public:
bool Exists( 
   Predicate<T^>^ match
) 

Parameters

match
The match.
See Also

Reference

SmartList<T> Class
SmartList<T> Members