ContextLink.Equality 運算子
判斷兩個指定的 ContextLink 物件是否具有相同的值。
命名空間: Microsoft.Ink
組件: Microsoft.Ink.Analysis (在 Microsoft.Ink.Analysis.dll 中)
語法
'宣告
Public Shared Operator = ( _
leftHand As ContextLink, _
rightHand As ContextLink _
) As Boolean
'用途
Dim leftHand As ContextLink
Dim rightHand As ContextLink
Dim returnValue As Boolean
returnValue = (leftHand = rightHand)
public static bool operator ==(
ContextLink leftHand,
ContextLink rightHand
)
public:
static bool operator ==(
ContextLink^ leftHand,
ContextLink^ rightHand
)
J# 並不支援多載運算子。
JScript 不支援多載運算子。
參數
- leftHand
型別:Microsoft.Ink.ContextLink
ContextLink 或 nullNull 參照 (即 Visual Basic 中的 Nothing) 參考 (在 Visual Basic 中為 Nothing)。
- rightHand
型別:Microsoft.Ink.ContextLink
ContextLink 或 nullNull 參照 (即 Visual Basic 中的 Nothing) 參考 (在 Visual Basic 中為 Nothing)。
傳回值
型別:System.Boolean
如果 leftHand 的值與 rightHand 的值相同,則為 true,否則為 false。
備註
在 ContextLink 物件轉型為物件 (例如使用 IEnumerator (英文) 介面) 時,需要比較值的情況下,應該使用 Object.Equals (英文),而非使用 == 運算子。
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求。
版本資訊
.NET Framework
支援版本:3.0