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.

Return Value

True if the item is located in the collection; false otherwise.

Implements

ICollection<(Of <(<'T>)>)>..::..Contains(T)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also