Deployment Tools Foundation
Contains Method (item)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Resources ► ResourceCollection ► Contains(Resource)
Tests if the collection contains an item.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public bool Contains( Resource item )
Public Function Contains ( item As Resource ) As Boolean
public: virtual bool Contains( Resource^ item ) sealed
Parameters
- item (Resource)
- The Resource to search for.
Return Value
Boolean
true if the item is found; false otherwise
true if the item is found; false otherwise
Assembly: Microsoft.Deployment.Resources (Module: Microsoft.Deployment.Resources.dll) Version: 3.0.0.0 (3.9.1006.0)