EventLogInstaller.IsEquivalentInstaller(ComponentInstaller) Metoda

Definicja

Określa, czy instalator i inny określony instalator odwołują się do tego samego źródła.

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

truejeśli ten instalator i instalator określony przez otherInstaller parametr spowodują zainstalowanie lub odinstalowanie tego samego źródła; w przeciwnym razie . false

Uwagi

Zazwyczaj metody metody z wewnątrz kodu nie są wywoływane EventLogInstaller . Są one zwykle wywoływane tylko przez narzędzie Instalatora (Installutil.exe).

Dotyczy

Zobacz też