Session.Key.Equality Operator

Definition

Überlädt

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

Parameter

leftOperand
Session.Key
rightOperand
Session.Key

Gibt zurück

Gilt für:

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

Parameter

leftOperand
Session.Key
obj
Object

Gibt zurück

Gilt für:

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

Parameter

obj
Object
rightOperand
Session.Key

Gibt zurück

Gilt für: