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 不支援多載運算子。
參數
- placementValue1
型別:Microsoft.Windows.Design.Interaction.AdornerPlacementValue
要測試的第一個值。
- placementValue2
型別:Microsoft.Windows.Design.Interaction.AdornerPlacementValue
要測試的第二個值。
傳回值
型別:System.Boolean
如果值相等,則為 true,否則為 false。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Windows.Design.Interaction 命名空間