Determines whether the item with the specified path is in the collection.

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

Syntax

Visual Basic
Public Overridable Function Contains ( _
	path As String _
) As Boolean
C#
public virtual bool Contains(
	string path
)

Parameters

path
Type: System..::..String
The path to locate in the collection.

Return Value

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also