Udostępnij za pośrednictwem


ServiceInstaller.IsEquivalentInstaller(ComponentInstaller) Metoda

Definicja

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

Boolean

truejeś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.

Dotyczy

Zobacz też