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

比較するインストーラー。

返品

true このインストーラーと、 otherInstaller パラメーターで指定されたインストーラーが同じソースをインストールまたはアンインストールする場合は 、 false

注釈

通常、コード内から EventLogInstaller のメソッドは呼び出しません。通常、インストーラー ツール (Installutil.exe) によってのみ呼び出されます。

適用対象

こちらもご覧ください