ActionInfo.Key.Equality 運算子

定義

多載

名稱 Description
Equality(ActionInfo+Key, ActionInfo+Key)

實現運算子 ==。

Equality(ActionInfo+Key, Object)

實現運算子 ==。

Equality(Object, ActionInfo+Key)

實現運算子 ==。

Equality(ActionInfo+Key, ActionInfo+Key)

實現運算子 ==。

public static bool operator ==(Microsoft.SqlServer.Management.XEvent.ActionInfo.Key leftOperand, Microsoft.SqlServer.Management.XEvent.ActionInfo.Key rightOperand);
static member ( = ) : Microsoft.SqlServer.Management.XEvent.ActionInfo.Key * Microsoft.SqlServer.Management.XEvent.ActionInfo.Key -> bool
Public Shared Operator == (leftOperand As ActionInfo.Key, rightOperand As ActionInfo.Key) As Boolean

參數

leftOperand
ActionInfo.Key

左邊的操作數。

rightOperand
ActionInfo.Key

正確的運算元。

傳回

這是運算子的結果。

適用於

Equality(ActionInfo+Key, Object)

實現運算子 ==。

public static bool operator ==(Microsoft.SqlServer.Management.XEvent.ActionInfo.Key leftOperand, object obj);
static member ( = ) : Microsoft.SqlServer.Management.XEvent.ActionInfo.Key * obj -> bool
Public Shared Operator == (leftOperand As ActionInfo.Key, obj As Object) As Boolean

參數

leftOperand
ActionInfo.Key

左邊的操作數。

obj
Object

目標。

傳回

這是運算子的結果。

適用於

Equality(Object, ActionInfo+Key)

實現運算子 ==。

public static bool operator ==(object obj, Microsoft.SqlServer.Management.XEvent.ActionInfo.Key rightOperand);
static member ( = ) : obj * Microsoft.SqlServer.Management.XEvent.ActionInfo.Key -> bool
Public Shared Operator == (obj As Object, rightOperand As ActionInfo.Key) As Boolean

參數

obj
Object

目標。

rightOperand
ActionInfo.Key

正確的運算元。

傳回

這是運算子的結果。

適用於