ServiceInstaller.IsEquivalentInstaller(ComponentInstaller) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示兩種安裝程式是否安裝相同的服務。
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。
傳回
如果呼叫這些安裝程式的 Install(IDictionary) 會導致安裝相同的服務,則為 true
,否則為 false
。
備註
IsEquivalentInstaller 表示兩個安裝程式是否會在同一個使用者帳戶下安裝相同的服務。