Determines if the collection contains the specified update.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)
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.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Server 2008 R2