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.