다음을 통해 공유


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 나타내며, 예를 들어 두 명의 설치 관리자가 동일한 사용자 계정에서 동일한 서비스를 설치 하는지 여부를

적용 대상

추가 정보