Opérateur EvaluationHistory.Key.Inequality (EvaluationHistory.Key, EvaluationHistory.Key)
Determines whether the objects identified by two EvaluationHistory.Key objects are different.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Shared Operator <> ( _
leftOperand As EvaluationHistory.Key, _
rightOperand As EvaluationHistory.Key _
) As Boolean
'Utilisation
Dim leftOperand As EvaluationHistory.Key
Dim rightOperand As EvaluationHistory.Key
Dim returnValue As Boolean
returnValue = (leftOperand <> rightOperand)
public static bool operator !=(
EvaluationHistory.Key leftOperand,
EvaluationHistory.Key rightOperand
)
public:
static bool operator !=(
EvaluationHistory.Key^ leftOperand,
EvaluationHistory.Key^ rightOperand
)
static let inline(<>)
leftOperand:EvaluationHistory.Key *
rightOperand:EvaluationHistory.Key : bool
JScript prend en charge l'utilisation d'opérateurs surchargés, mais pas la déclaration de nouveaux opérateurs.
Paramètres
- leftOperand
Type : Microsoft.SqlServer.Management.Dmf.EvaluationHistory.Key
A EvaluationHistory.Key object representing one of the history objects to compare.
- rightOperand
Type : Microsoft.SqlServer.Management.Dmf.EvaluationHistory.Key
A EvaluationHistory.Key object representing the other history object object to compare.
Valeur de retour
Type : System.Boolean
A Boolean value that is true if the objects are different, otherwise false.