共用方式為


AdornerPlacementValue.Equality 運算子

判斷兩個指定的 AdornerPlacementValue 物件是否具有相同的值。

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

語法

'宣告
Public Shared Operator = ( _
    placementValue1 As AdornerPlacementValue, _
    placementValue2 As AdornerPlacementValue _
) As Boolean
public static bool operator ==(
    AdornerPlacementValue placementValue1,
    AdornerPlacementValue placementValue2
)
public:
static bool operator ==(
    AdornerPlacementValue placementValue1, 
    AdornerPlacementValue placementValue2
)
static let inline (=)
        placementValue1:AdornerPlacementValue * 
        placementValue2:AdornerPlacementValue  : bool
JScript 不支援多載運算子。

參數

傳回值

型別:System.Boolean
如果值相等,則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

AdornerPlacementValue 結構

Microsoft.Windows.Design.Interaction 命名空間

AdornerPlacementCollection

AdornerPanel

IAdornerPlacement

其他資源

逐步解說:在控制項中實作滑軌

了解 WPF 設計工具擴充性