Idioma

Target.Key.Equality Operador

Definição

Sobrecargas

Nome Description
Equality(Target+Key, Target+Key)

Implementa o operador ==.

Equality(Target+Key, Object)

Implementa o operador ==.

Equality(Object, Target+Key)

Implementa o operador ==.

Equality(Target+Key, Target+Key)

Implementa o operador ==.

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

Parâmetros

leftOperand
Target.Key

O operando esquerdo.

rightOperand
Target.Key

O operando direito.

Retornos

O resultado do operador.

Aplica-se a

Equality(Target+Key, Object)

Implementa o operador ==.

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

Parâmetros

leftOperand
Target.Key

O operando esquerdo.

obj
Object

O obj.

Retornos

O resultado do operador.

Aplica-se a

Equality(Object, Target+Key)

Implementa o operador ==.

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

Parâmetros

obj
Object

O obj.

rightOperand
Target.Key

O operando direito.

Retornos

O resultado do operador.

Aplica-se a