共用方式為


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

適用於