MessageQueueInstaller.IsEquivalentInstaller(ComponentInstaller) Método

Definición

Determina si el instalador especificado puede controlar el mismo tipo de instalación que este instalador.

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

Parámetros

otherInstaller
ComponentInstaller

Instalador que se va a comparar.

Devoluciones

Es true si este instalador y el especificado por el parámetro otherInstaller pueden controlar el mismo tipo de instalación; en caso contrario, es false.

Comentarios

Normalmente, IsEquivalentInstaller solo devuelve true si este instalador y el instalador especificado por el otherInstaller parámetro son del mismo tipo.

Se aplica a