Share via


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

備註

一般而言,IsEquivalentInstaller只有當這個安裝程式和 參數指定的otherInstaller安裝程式屬於相同類型時,才會傳回 true

適用於