MessageQueueInstaller.IsEquivalentInstaller(ComponentInstaller) Metoda

Definice

Určuje, zda zadaný instalační program dokáže zpracovat stejný druh 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ý se má porovnat.

Návraty

true pokud tento instalační program a instalační program určený otherInstaller parametrem může zpracovat stejný druh instalace; jinak , false.

Poznámky

Obvykle se 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