EventLogInstaller.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
要比較的安裝程式。
傳回
如果這個安裝程式和 otherInstaller
參數所指定的安裝程式安裝或解除安裝相同的來源,則為 true
,否則為 false
。
備註
一般而言,您不會從程式碼內呼叫 的方法 EventLogInstaller ;它們通常只能由安裝程式工具呼叫 (Installutil.exe) 。