Determines if the collection contains the specified update.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)

Usage

Syntax
Public Function Contains ( _
value As IUpdate _
) As Boolean
public bool Contains (
IUpdate value
)
public:
bool Contains (
IUpdate^ value
)
public boolean Contains (
IUpdate value
)
public function Contains (
value : IUpdate
) : boolean
Parameters
- value
An IUpdate of the update to locate in the collection.
Return Value
True if the collection contains the update; otherwise, false.

Thread Safety
Any public static (
Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms
Development Platforms
Target Platforms
Windows Server 2003

See Also