MapValueInfo.Key.Equality 操作员

定义

重载

Equality(MapValueInfo+Key, MapValueInfo+Key)

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

参数

leftOperand
MapValueInfo.Key
rightOperand
MapValueInfo.Key

返回

适用于

Equality(MapValueInfo+Key, Object)

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

参数

leftOperand
MapValueInfo.Key
obj
Object

返回

适用于

Equality(Object, MapValueInfo+Key)

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

参数

obj
Object
rightOperand
MapValueInfo.Key

返回

适用于