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
。
備註
一般而言,IsEquivalentInstaller只有當這個安裝程式和 參數指定的otherInstaller
安裝程式屬於相同類型時,才會傳回 true
。