Returns true if the collection contains the
specified target
| [Visual Basic .NET] |
|---|
Public Function Contains( _
ByVal Path As String _
) As Boolean
|
| [C#] |
|---|
public bool Contains(
|
| [Managed C++] |
|---|
public: bool Contains(
|
| [Java] |
|---|
public bool contains(
|
| [Unmanaged C++] |
|---|
public: HRESULT Contains(
|
- Path
- The path to the Object target being tested for.