Sdílet prostřednictvím


ServiceInstaller.IsEquivalentInstaller(ComponentInstaller) Metoda

Definice

Určuje, zda dva instalační programy nainstalovaly stejnou službu.

public:
 override bool IsEquivalentInstaller(System::Configuration::Install::ComponentInstaller ^ otherInstaller);
public override bool IsEquivalentInstaller (System.Configuration.Install.ComponentInstaller otherInstaller);
override this.IsEquivalentInstaller : System.Configuration.Install.ComponentInstaller -> bool
Public Overrides Function IsEquivalentInstaller (otherInstaller As ComponentInstaller) As Boolean

Parametry

otherInstaller
ComponentInstaller

A ComponentInstaller který porovnáváte s aktuálním instalačním programem.

Návraty

Boolean

true Pokud při volání Install(IDictionary) obou těchto instalačních programů dojde k instalaci stejné služby, v opačném případě false .

Poznámky

IsEquivalentInstaller označuje, zda dva instalační programy nainstalovaly stejnou službu pod stejným uživatelským účtem.

Platí pro

Viz také