UpdateCollection.Contains Method (IUpdate)

 

Applies To: Windows Server Update Services

Determines if the collection contains the specified update.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public bool Contains(
    IUpdate value
)
public:
bool Contains(
    IUpdate^ value
)
member Contains : 
        value:IUpdate -> bool
Public Function Contains (
    value As IUpdate
) As Boolean

Parameters

Return Value

Type: System.Boolean

True if the collection contains the update; otherwise, false.

See Also

Contains Overload
UpdateCollection Class
Microsoft.UpdateServices.Administration Namespace

Return to top