ServiceInstaller.IsEquivalentInstaller(ComponentInstaller) 方法

定义

指示两个安装程序是否会安装相同的服务。

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

参数

otherInstaller
ComponentInstaller

与当前安装程序进行比较的 ComponentInstaller

返回

Boolean

如果在这两个安装程序上调用 Install(IDictionary) 将导致安装相同的服务,则为 true;否则为 false

注解

IsEquivalentInstaller 指示两个安装程序是否在同一用户帐户下安装相同的服务。

适用于

另请参阅