共用方式為


MapValue.Equality 運算子

Indicates whether the two specified map keys are equal.

命名空間:  Microsoft.SqlServer.XEvent
組件:  Microsoft.SqlServer.XEvent.Linq (在 Microsoft.SqlServer.XEvent.Linq.dll 中)

語法

'宣告
Public Shared Operator = ( _
    x As MapValue, _
    y As MapValue _
) As Boolean
'用途
Dim x As MapValue 
Dim y As MapValue 
Dim returnValue As Boolean 

returnValue = (x = y)
public static bool operator ==(
    MapValue x,
    MapValue y
)
public:
static bool operator ==(
    MapValue^ x, 
    MapValue^ y
)
static let inline(=)
        x:MapValue * 
        y:MapValue  : bool
JScript 支援多載運算子的使用,但不支援新運算子的宣告。

參數

傳回值

型別:System.Boolean
True if the two specified map keys are equal; otherwise, false.

請參閱

參考

MapValue 類別

Microsoft.SqlServer.XEvent 命名空間