MessageQueueInstaller.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
比較対象のインストーラー。
戻り値
このインストーラーと otherInstaller
パラメーターで指定したインストーラーが同じ種類のインストールを処理できる場合は true
。それ以外の場合は false
。
注釈
通常、 はtrue
、IsEquivalentInstallerこのインストーラーと パラメーターでotherInstaller
指定されたインストーラーが同じ型の場合にのみ を返します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET