Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Determines whether the specified object key is not equal to the second object key.
Spazio dei nomi Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Sintassi
'Dichiarazione
Public Shared Operator <> ( _
leftOperand As Computer.Key, _
rightOperand As Computer.Key _
) As Boolean
'Utilizzo
Dim leftOperand As Computer.Key
Dim rightOperand As Computer.Key
Dim returnValue As Boolean
returnValue = (leftOperand <> rightOperand)
public static bool operator !=(
Computer.Key leftOperand,
Computer.Key rightOperand
)
public:
static bool operator !=(
Computer.Key^ leftOperand,
Computer.Key^ rightOperand
)
static let inline(<>)
leftOperand:Computer.Key *
rightOperand:Computer.Key : bool
JScript supporta l'utilizzo di operatori di overload , ma non la dichiarazione di nuovi operatori.
Parametri
- leftOperand
Tipo: Microsoft.SqlServer.Management.Utility.Computer.Key
A Computer.Key to compare.
- rightOperand
Tipo: Microsoft.SqlServer.Management.Utility.Computer.Key
A second Computer.Key to compare.
Valore restituito
Tipo: System.Boolean
A Boolean which is true if the two operands are not equal, otherwise false.