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

Boolean

true Jeśli ten instalator i instalator określony przez parametr mogą obsłużyć ten sam rodzaj instalacji; w przeciwnym otherInstaller razie false .

Uwagi

Zwykle zwraca wartość tylko wtedy, gdy ten instalator i instalator określony przez IsEquivalentInstaller parametr są tego samego true otherInstaller typu.

Dotyczy