NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

InstallerCollection.Contains

Determines whether the specified installer is included in this InstallerCollection.

[Visual Basic]
Overridable Public Function Contains( _
   ByVal item As Installer _
) As Boolean
[C#]
public virtual bool Contains(
   Installer item
);
[C++]
public: virtual bool Contains(
   Installer* item
);
[JScript]
public function Contains(
   item : Installer
) : Boolean;

Parameters

item
An Installer representing the installer to look for.

Return Value

true if the specified installer is in this collection; otherwise, false.

See Also

InstallerCollection Class | InstallerCollection Members | System.Configuration.Install Namespace | Add | AddRange | Remove | RemoveRange | Installer