EventLogInstaller.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

要比較的安裝程式。

傳回

如果這個安裝程式和 otherInstaller 參數所指定的安裝程式安裝或解除安裝相同的來源,則為 true,否則為 false

備註

一般而言,您不會從程式碼內呼叫 的方法 EventLogInstaller ;它們通常只能由安裝程式工具呼叫 (Installutil.exe) 。

適用於

另請參閱