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
比較するインストーラー。
返品
true このインストーラーと、 otherInstaller パラメーターで指定されたインストーラーが同じソースをインストールまたはアンインストールする場合は 、 false。
注釈
通常、コード内から EventLogInstaller のメソッドは呼び出しません。通常、インストーラー ツール (Installutil.exe) によってのみ呼び出されます。