ServiceInstaller.IsEquivalentInstaller(ComponentInstaller) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
두 개의 설치 관리자가 동일한 서비스를 설치하는지 여부를 나타냅니다.
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입니다.
반환
두 설치 관리자 모두에 대해 Install(IDictionary)을 호출할 경우 동일한 서비스가 설치되면 true
이고, 그렇지 않으면 false
입니다.
설명
IsEquivalentInstaller 나타내며, 예를 들어 두 명의 설치 관리자가 동일한 사용자 계정에서 동일한 서비스를 설치 하는지 여부를