Compartir a través de


PredCompareInfo.Key.Equality Operador (PredCompareInfo.Key, PredCompareInfo.Key)

Determines whether two PredCompareInfo.Key objects are equal.

Espacio de nombres:  Microsoft.SqlServer.Management.XEvent
Ensamblado:  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Sintaxis

'Declaración
Public Shared Operator = ( _
    leftOperand As PredCompareInfo.Key, _
    rightOperand As PredCompareInfo.Key _
) As Boolean
'Uso
Dim leftOperand As PredCompareInfo.Key 
Dim rightOperand As PredCompareInfo.Key 
Dim returnValue As Boolean 

returnValue = (leftOperand = rightOperand)
public static bool operator ==(
    PredCompareInfo.Key leftOperand,
    PredCompareInfo.Key rightOperand
)
public:
static bool operator ==(
    PredCompareInfo.Key^ leftOperand, 
    PredCompareInfo.Key^ rightOperand
)
static let inline(=)
        leftOperand:PredCompareInfo.Key * 
        rightOperand:PredCompareInfo.Key  : bool
JScript admite el uso de operadores sobrecargados, pero no la declaración de otros nuevos.

Parámetros

Valor devuelto

Tipo: System.Boolean
A Boolean value that specifies the outcome of performing an equality operation on two objects. If True , the two objects are equal; otherwise False.

Vea también

Referencia

PredCompareInfo.Key Clase

Sobrecarga de Equality

Espacio de nombres Microsoft.SqlServer.Management.XEvent