MessageQueueInstaller.IsEquivalentInstaller(ComponentInstaller) Methode

Definitie

Bepaalt of het opgegeven installatieprogramma hetzelfde type installatie kan verwerken als dit installatieprogramma.

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

Parameters

otherInstaller
ComponentInstaller

Het installatieprogramma dat moet worden vergeleken.

Retouren

trueals dit installatieprogramma en het installatieprogramma dat is opgegeven door de otherInstaller parameter hetzelfde type installatie kunnen verwerken; anders. false

Opmerkingen

IsEquivalentInstaller Retourneert true doorgaans alleen als dit installatieprogramma en het installatieprogramma dat is opgegeven door de otherInstaller parameter van hetzelfde type zijn.

Van toepassing op