ShellBrowser .Net Edition
Contains Method (item)
NamespacesJam.ShellPathCollectionContains(String)
Returns true if the given path is in the list
Declaration Syntax
C#Visual BasicVisual C++
public bool Contains(
	string item
)
Public Function Contains ( _
	item As String _
) As Boolean
public:
virtual bool Contains(
	String^ item
) sealed
Parameters
item (String)
A file system path
Return Value
true, if the path is contained in the list, false otherwise.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)