MessageQueueInstaller.IsEquivalentInstaller(ComponentInstaller) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Określa, czy określony instalator może obsłużyć ten sam rodzaj instalacji co ten instalator.
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
Instalator do porównania.
Zwraca
true
jeśli ten instalator i instalator określony przez otherInstaller
parametr mogą obsługiwać ten sam rodzaj instalacji; w przeciwnym razie false
.
Uwagi
Zazwyczaj zwraca wartość true
tylko wtedy, IsEquivalentInstaller gdy ten instalator i instalator określony przez otherInstaller
parametr są tego samego typu.