PredCompareInfo.Key.Equality Operador

Definición

Sobrecargas

Nombre Description
Equality(PredCompareInfo+Key, PredCompareInfo+Key)

Implementa el operador ==.

Equality(PredCompareInfo+Key, Object)

Implementa el operador ==.

Equality(Object, PredCompareInfo+Key)

Implementa el operador ==.

Equality(PredCompareInfo+Key, PredCompareInfo+Key)

Implementa el operador ==.

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

Parámetros

leftOperand
PredCompareInfo.Key

Operando izquierdo.

rightOperand
PredCompareInfo.Key

Operando derecho.

Devoluciones

Resultado del operador.

Se aplica a

Equality(PredCompareInfo+Key, Object)

Implementa el operador ==.

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

Parámetros

leftOperand
PredCompareInfo.Key

Operando izquierdo.

obj
Object

El obj.

Devoluciones

Resultado del operador.

Se aplica a

Equality(Object, PredCompareInfo+Key)

Implementa el operador ==.

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

Parámetros

obj
Object

El obj.

rightOperand
PredCompareInfo.Key

Operando derecho.

Devoluciones

Resultado del operador.

Se aplica a