IsEquivalentInstaller Method
Determines if the specified installer installs the same object as this installer.
Syntax
'Declaration Public Overrides Function IsEquivalentInstaller( _ ByVal otherInstaller As ComponentInstaller _ ) As Boolean
'Usage Dim instance As MessageQueueInstaller Dim otherInstaller As ComponentInstaller Dim value As Boolean value = instance.IsEquivalentInstaller(otherInstaller)
public override bool IsEquivalentInstaller( ComponentInstaller otherInstaller )
public: bool IsEquivalentInstaller( ComponentInstaller^ otherInstaller ) override
Parameters
- otherInstaller
- The installer to compare.
Return Value
true if this installer and the installer specified by the otherInstaller parameter install the same object; otherwise, false.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also