EventLogInstaller::IsEquivalentInstaller Method (ComponentInstaller^)
.NET Framework (current version)
Determines whether an installer and another specified installer refer to the same source.
Assembly: System.Configuration.Install (in System.Configuration.Install.dll)
Parameters
- otherInstaller
-
Type:
System.Configuration.Install::ComponentInstaller^
The installer to compare.
Return Value
Type: System::Booleantrue if this installer and the installer specified by the otherInstaller parameter would install or uninstall the same source; otherwise, false.
Typically, you do not call the methods of the EventLogInstaller from within your code; they are generally called only by the Installer tool (Installutil.exe).
.NET Framework
Available since 1.1
Available since 1.1
Show: