FileSystemItemCollection.Contains Method
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9083)
Contains(FileSystemItem)
Determines whether the item is in the collection.
Declaration
public bool Contains(FileSystemItem item)
Parameters
Type | Name | Description |
---|---|---|
FileSystemItem | item | The item to locate in the collection. |
Returns
Type | Description |
---|---|
Boolean | True if the item is located in the collection; false otherwise. |
Implements
Contains(String)
Determines whether the item with the specified path is in the collection.
Declaration
public virtual bool Contains(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path | The path to locate in the collection. |
Returns
Type | Description |
---|---|
Boolean | True if the item with the specified path is located in the collection; false otherwise. |