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