Udostępnij za pośrednictwem


MessageQueueInstaller.IsEquivalentInstaller(ComponentInstaller) Metoda

Definicja

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.

Dotyczy