ServiceInstaller.IsEquivalentInstaller(ComponentInstaller) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
2 つのインストーラーが同じサービスをインストールするかどうかを示します。
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
現在のインストーラーと比較される ComponentInstaller。
戻り値
両方のインストーラーで Install(IDictionary) を呼び出すと、同じサービスがインストールされる場合は true
。それ以外の場合は false
。
注釈
IsEquivalentInstaller は、たとえば、2 つのインストーラーが同じユーザー アカウントに同じサービスをインストールするかどうかを示します。