MessageQueueInstaller.IsEquivalentInstaller(ComponentInstaller) Méthode

Définition

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és par le otherInstaller paramètre 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és par le otherInstaller paramètre sont du même type.

S’applique à