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
- leftOperand
Tipo: Microsoft.SqlServer.Management.Utility.Volume.Key
The operand object to the left of the inequality operator.
- rightOperand
Tipo: Microsoft.SqlServer.Management.Utility.Volume.Key
The operand object to the right of the inequality operator.
Valor devuelto
Tipo: System.Boolean
true if the two objects are different; otherwise, false.