Returns true if the given string is already in the collection.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
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