Język

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

true jeśli ten instalator i instalator określony przez otherInstaller parametr zainstaluje lub odinstaluje to samo źródło; w przeciwnym razie false.

Uwagi

Zazwyczaj nie wywołuje się metod EventLogInstaller elementu z poziomu kodu. Są one zwykle wywoływane tylko przez narzędzie Instalatora (Installutil.exe).

Dotyczy

Zobacz też