Determines whether the item with the specified path is in the colleciton.
Namespace:
Rebex.IO
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Overrides Function Contains ( _ path As String _ ) As Boolean |
C# |
---|
public override bool Contains( string path ) |
Parameters
- path
- Type: System..::..String
The path to locate in the collection.