次の方法で共有


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

注釈

通常、 はtrueIsEquivalentInstallerこのインストーラーと パラメーターでotherInstaller指定されたインストーラーが同じ型の場合にのみ を返します。

適用対象