共用方式為


RelativePoint.Equals 方法 (RelativePoint)

指定這個 RelativePoint 是否包含與指定之 RelativePoint 相同的座標。

命名空間:  Microsoft.Windows.Design.Interaction
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public Function Equals ( _
    value As RelativePoint _
) As Boolean
public bool Equals(
    RelativePoint value
)
public:
bool Equals(
    RelativePoint value
)
member Equals : 
        value:RelativePoint -> bool 
public function Equals(
    value : RelativePoint
) : boolean

參數

傳回值

型別:System.Boolean
如果 RelativePoint 物件具有相同座標則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

RelativePoint 結構

Equals 多載

Microsoft.Windows.Design.Interaction 命名空間

其他資源

WPF 設計工具擴充性