Returns true if the given string is already in the collection.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
| C# |
|---|
public bool Contains( string str ) |
| Visual Basic |
|---|
Public Function Contains ( _ str As String _ ) As Boolean |
| Visual C++ |
|---|
public: bool Contains( String^ str ) |
Parameters
- str
- Type: System..::..String