Compartir a través de


IdKey.Inequality Operador (IdKey, IdKey)

Indicates whether the two specified key objects have different values 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 IdKey, _
    rightOperand As IdKey _
) As Boolean
'Uso
Dim leftOperand As IdKey 
Dim rightOperand As IdKey 
Dim returnValue As Boolean 

returnValue = (leftOperand <> rightOperand)
public static bool operator !=(
    IdKey leftOperand,
    IdKey rightOperand
)
public:
static bool operator !=(
    IdKey^ leftOperand, 
    IdKey^ rightOperand
)
static let inline(<>)
        leftOperand:IdKey * 
        rightOperand:IdKey  : 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 two specified key objects have different values using the specified operands; otherwise, false.

Vea también

Referencia

IdKey Clase

Sobrecarga de Inequality

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices