Share via


DisplayTarget.IsEqual(DisplayTarget) 方法

定义

确定目标的所有属性是否都等效于另一个目标,指示目标没有更改。

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

参数

otherTarget
DisplayTarget

返回

Boolean

bool

适用于