MessageQueueInstaller.IsEquivalentInstaller(ComponentInstaller) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si le programme d'installation spécifié peut gérer le même type d'installation que ce programme d'installation.
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
Paramètres
- otherInstaller
- ComponentInstaller
Programme d'installation à comparer.
Retours
true
si ce programme d'installation et le programme d'installation spécifié par le paramètre otherInstaller
peuvent gérer le même type d'installation ; sinon false
.
Remarques
En règle générale, IsEquivalentInstaller retourne true
uniquement si ce programme d’installation et le programme d’installation spécifié par le otherInstaller
paramètre sont du même type.