Compartir a través de


Volume.Key.Inequality Operador (Volume.Key, Volume.Key)

Determines whether the two specified key objects have different values using specified operands.

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

Sintaxis

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

returnValue = (leftOperand <> rightOperand)
public static bool operator !=(
    Volume.Key leftOperand,
    Volume.Key rightOperand
)
public:
static bool operator !=(
    Volume.Key^ leftOperand, 
    Volume.Key^ rightOperand
)
static let inline(<>)
        leftOperand:Volume.Key * 
        rightOperand:Volume.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 two objects are different; otherwise, false.

Vea también

Referencia

Volume.Key Clase

Sobrecarga de Inequality

Espacio de nombres Microsoft.SqlServer.Management.Utility