'Declaration Public Function Contains( _ ByVal value As SelectTable _ ) As Boolean
public bool Contains( SelectTable value )
Parameters
- value
 - The value of the SelectTable object to find.
 
Return Value
true if the collection contains the SelectTable; otherwise, false.