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) によってのみ呼び出されます。

適用対象

こちらもご覧ください