Determines whether the item is in the collection.

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Function Contains ( _
	item As FileSystemItem _
) As Boolean
C#
public bool Contains(
	FileSystemItem item
)

Parameters

item
Type: Rebex.IO..::..FileSystemItem
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