Sdílet prostřednictvím


MessageQueueInstaller.IsEquivalentInstaller(ComponentInstaller) Metoda

Definice

Určuje, zda zadaný instalační program může zpracovat stejný typ instalace jako tento instalační program.

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

Instalační program, který chcete porovnat.

Návraty

true Pokud tento instalační program a instalační program určený parametrem otherInstaller mohou zpracovat stejný druh instalace, falsejinak .

Poznámky

Obvykle vrátí true pouze v případě, IsEquivalentInstaller že tento instalační program a instalační program určený parametrem otherInstaller jsou stejného typu.

Platí pro