Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 844 Bytes

displaytarget_issame_1833950016.md

File metadata and controls

25 lines (17 loc) · 844 Bytes
-api-id -api-type ms.custom
M:Windows.Devices.Display.Core.DisplayTarget.IsSame(Windows.Devices.Display.Core.DisplayTarget)
winrt method
RS5

Windows.Devices.Display.Core.DisplayTarget.IsSame

-description

Determines whether this target object refers to the same underlying hardware target as another target object, by comparing the Adapter and the AdapterRelativeId properties. Since new DisplayTarget objects are created on each call to GetCurrentTargets, this method can be used to match previously discovered targets to newly created targets.

-parameters

-param otherTarget

-returns

-remarks

-see-also

-examples