edtFTPnet/Free - Open-source FTP component for .NET | Download
Returns true if the given string is already in the collection.

Namespace: EnterpriseDT.Net.Ftp
Assembly: 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

Return Value

See Also