EventLogInstaller.IsEquivalentInstaller(ComponentInstaller) Método

Definição

Determina se um instalador e outro instalador especificado se referem à mesma fonte.

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

O instalador para comparar.

Devoluções

true se este instalador e o instalador especificado pelo otherInstaller parâmetro instalarem ou desinstalarem a mesma fonte; caso contrário, false.

Observações

Normalmente, não chamas os métodos do EventLogInstaller from dentro do teu código; geralmente são chamados apenas pela ferramenta Installer (Installutil.exe).

Aplica-se a

Ver também