DisplayTarget.IsEqual(DisplayTarget) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷目標的所有屬性是否與另一個目標相等,表示目標沒有任何變更。
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