ServiceInstaller.IsEquivalentInstaller(ComponentInstaller) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Wskazuje, czy dwa instalatory będą instalować tę samą usługę.
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
A ComponentInstaller , z którym porównujesz bieżącego instalatora.
Zwraca
true
jeśli wywołanie Install(IDictionary) obu tych instalatorów spowoduje zainstalowanie tej samej usługi; w przeciwnym razie . false
Uwagi
IsEquivalentInstaller wskazuje na przykład, czy dwa instalatory będą instalować tę samą usługę na tym samym koncie użytkownika.