指定したインストーラがこのインストーラと同じ種類のインストールを処理できるかどうかを判断します。
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 名前空間