Deployment Tools Foundation
Contains Method (item)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► InstallPathCollection ► Contains(InstallPath)
Tests if the collection contains a child path.

C# | Visual Basic | Visual C++ |
public bool Contains( InstallPath item )
Public Function Contains ( _ item As InstallPath _ ) As Boolean
public: virtual bool Contains( InstallPath^ item ) sealed

- item (InstallPath)
- The InstallPath to search for.

true if the item is found; false otherwise