Lingua

EventInfo.Key.Equality Operatore

Definizione

Overload

Nome Descrizione
Equality(EventInfo+Key, EventInfo+Key)

Implementa l'operatore ==.

Equality(EventInfo+Key, Object)

Implementa l'operatore ==.

Equality(Object, EventInfo+Key)

Implementa l'operatore ==.

Equality(EventInfo+Key, EventInfo+Key)

Implementa l'operatore ==.

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

Parametri

leftOperand
EventInfo.Key

Operando sinistro.

rightOperand
EventInfo.Key

Operando destro.

Valori restituiti

Risultato dell'operatore.

Si applica a

Equality(EventInfo+Key, Object)

Implementa l'operatore ==.

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

Parametri

leftOperand
EventInfo.Key

Operando sinistro.

obj
Object

L'obj.

Valori restituiti

Risultato dell'operatore.

Si applica a

Equality(Object, EventInfo+Key)

Implementa l'operatore ==.

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

Parametri

obj
Object

L'obj.

rightOperand
EventInfo.Key

Operando destro.

Valori restituiti

Risultato dell'operatore.

Si applica a