共用方式為


ServiceInstaller.IsEquivalentInstaller(ComponentInstaller) 方法

定義

表示兩種安裝程式是否安裝相同的服務。

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

參數

otherInstaller
ComponentInstaller

您用來和目前安裝程式比較的 ComponentInstaller

傳回

Boolean

如果呼叫這些安裝程式的 Install(IDictionary) 會導致安裝相同的服務,則為 true,否則為 false

備註

IsEquivalentInstaller 表示兩個安裝程式是否會在同一個使用者帳戶下安裝相同的服務。

適用於

另請參閱