Compartir a través de


IntegrationServices.Key.Equality Operador (IntegrationServices.Key, IntegrationServices.Key)

Indicates whether the key objects have the same value using the specified operands.

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

Sintaxis

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

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

Parámetros

Valor devuelto

Tipo: System.Boolean
true if the key objects have the same value using the specified operands; otherwise, false.

Vea también

Referencia

IntegrationServices.Key Clase

Sobrecarga de Equality

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices