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

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

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