Accusoft.TwainPro9.Net
Contains Method (DataSourceCollection)




Determines if the specified string is contained in the collection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal value As String _
) As Boolean
'Usage
 
Dim instance As DataSourceCollection
Dim value As String
Dim value As Boolean
 
value = instance.Contains(value)
public bool Contains( 
   string value
)
public: bool Contains( 
   string* value
) 
public:
bool Contains( 
   String^ value
) 

Parameters

value

Return Value

A boolean value which is true if the specified element is found in the collection. Otherwise, false is returned.
Remarks

This method searches the collection for the given string. If a reference to the string is found, this method returns true, otherwise, false is returned.

See Also

Reference

DataSourceCollection Class
DataSourceCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback