次の方法で共有


MessageQueueInstaller.IsEquivalentInstaller メソッド

指定したインストーラがこのインストーラと同じ種類のインストールを処理できるかどうかを判断します。

Overrides Public Function IsEquivalentInstaller( _
   ByVal otherInstaller As ComponentInstaller _) As Boolean
[C#]
public override bool IsEquivalentInstaller(ComponentInstallerotherInstaller);
[C++]
public: bool IsEquivalentInstaller(ComponentInstaller* otherInstaller);
[JScript]
public override function IsEquivalentInstaller(
   otherInstaller : ComponentInstaller) : Boolean;

パラメータ

  • otherInstaller
    比較対象のインストーラ。

戻り値

このインストーラと otherInstaller パラメータで指定したインストーラが同じ種類のインストールを処理できる場合は true 。それ以外の場合は false

解説

通常、 IsEquivalentInstaller は、このインストーラと otherInstaller パラメータで指定したインストーラが同じ種類の場合にだけ、 true を返します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

MessageQueueInstaller クラス | MessageQueueInstaller メンバ | System.Messaging 名前空間