Determines whether the item is in the collection.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
Visual Basic |
---|
Public Function Contains ( _ item As FtpItem _ ) As Boolean |
C# |
---|
public bool Contains( FtpItem item ) |
Parameters
- item
- Type: Rebex.Net..::..FtpItem
The item to locate in the collection.