EventLogInstaller::IsEquivalentInstaller Method (ComponentInstaller^)

 

Determines whether an installer and another specified installer refer to the same source.

Namespace:   System.Diagnostics
Assembly:  System.Configuration.Install (in System.Configuration.Install.dll)

public:
virtual bool IsEquivalentInstaller(
	ComponentInstaller^ otherInstaller
) override

Parameters

otherInstaller
Type: System.Configuration.Install::ComponentInstaller^

The installer to compare.

Return Value

Type: System::Boolean

true 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
Return to top
Show: