Operador Inequality (Volume.Key, Volume.Key)
Determines whether the two specified key objects have different values using specified operands.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (em Microsoft.SqlServer.Management.Utility.dll)
Sintaxe
'Declaração
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 dá suporte ao uso de operadores sobrecarregados, mas não à declaração de operadores novos.
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 de retorno
Tipo: System. . :: . .Boolean
true if the two objects are different; otherwise, false.
Consulte também