다음을 통해 공유


DisplayTarget.IsSame(DisplayTarget) 메서드

정의

어댑터AdapterRelativeId 속성을 비교하여 이 대상 개체가 다른 대상 개체와 동일한 기본 하드웨어 대상을 참조하는지 여부를 결정합니다. GetCurrentTargets 호출마다 새 DisplayTarget 개체가 생성되므로 이 메서드를 사용하여 이전에 검색한 대상을 새로 만든 대상과 일치시킬 수 있습니다.

public:
 virtual bool IsSame(DisplayTarget ^ otherTarget) = IsSame;
bool IsSame(DisplayTarget const& otherTarget);
public bool IsSame(DisplayTarget otherTarget);
function isSame(otherTarget)
Public Function IsSame (otherTarget As DisplayTarget) As Boolean

매개 변수

otherTarget
DisplayTarget

반환

Boolean

bool

적용 대상