Condividi tramite


Operatore Inequality (TargetSetLevel.Key, TargetSetLevel.Key)

Performs a Boolean equality operation to determine whether two target sets reference the same target set.

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public Shared Operator <> ( _
    leftOperand As TargetSetLevel..::..Key, _
    rightOperand As TargetSetLevel..::..Key _
) As Boolean
'Utilizzo
Dim leftOperand As TargetSetLevel..::..Key
Dim rightOperand As TargetSetLevel..::..Key
Dim returnValue As Boolean

returnValue = (leftOperand <> rightOperand)
public static bool operator !=(
    TargetSetLevel..::..Key leftOperand,
    TargetSetLevel..::..Key rightOperand
)
public:
static bool operator !=(
    TargetSetLevel..::..Key^ leftOperand, 
    TargetSetLevel..::..Key^ rightOperand
)
static let inline (<>)
        leftOperand:TargetSetLevel..::..Key * 
        rightOperand:TargetSetLevel..::..Key  : bool
JScript supporta l'utilizzo di operatori di overload , ma non la dichiarazione di nuovi operatori.

Parametri

Valore restituito

Tipo: System. . :: . .Boolean
A Boolean value specifying whether the two target sets are the same. Returns True if the parameters reference separate target set, or if only one of the parameters is null. Otherwise, returns False.