Session.Key.Equality 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 名称 | 说明 |
|---|---|
| Equality(Session+Key, Session+Key) | |
| Equality(Session+Key, Object) | |
| Equality(Object, Session+Key) |
Equality(Session+Key, Session+Key)
public static bool operator ==(Microsoft.SqlServer.Management.XEvent.Session.Key leftOperand, Microsoft.SqlServer.Management.XEvent.Session.Key rightOperand);
static member ( = ) : Microsoft.SqlServer.Management.XEvent.Session.Key * Microsoft.SqlServer.Management.XEvent.Session.Key -> bool
Public Shared Operator == (leftOperand As Session.Key, rightOperand As Session.Key) As Boolean
参数
- leftOperand
- Session.Key
- rightOperand
- Session.Key
返回
适用于
Equality(Session+Key, Object)
public static bool operator ==(Microsoft.SqlServer.Management.XEvent.Session.Key leftOperand, object obj);
static member ( = ) : Microsoft.SqlServer.Management.XEvent.Session.Key * obj -> bool
Public Shared Operator == (leftOperand As Session.Key, obj As Object) As Boolean
参数
- leftOperand
- Session.Key
- obj
- Object
返回
适用于
Equality(Object, Session+Key)
public static bool operator ==(object obj, Microsoft.SqlServer.Management.XEvent.Session.Key rightOperand);
static member ( = ) : obj * Microsoft.SqlServer.Management.XEvent.Session.Key -> bool
Public Shared Operator == (obj As Object, rightOperand As Session.Key) As Boolean
参数
- obj
- Object
- rightOperand
- Session.Key