Méthode SyncParameter.op_Inequality
Détermine si les deux objets SyncParameter spécifiés ne sont pas égaux.
Espace de noms: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (dans microsoft.synchronization.data.dll)
Syntaxe
'Déclaration
Public Shared Operator <> ( _
sp1 As SyncParameter, _
sp2 As SyncParameter _
) As Boolean
'Utilisation
Dim sp1 As SyncParameter
Dim sp2 As SyncParameter
Dim returnValue As Boolean
returnValue = (sp1 <> sp2)
public static bool operator != (
SyncParameter sp1,
SyncParameter sp2
)
public:
static bool operator != (
SyncParameter^ sp1,
SyncParameter^ sp2
)
J# does not support overloaded operators.
JScript supports the use of overloaded operators, but not the declaration of new ones.
Paramètres
- sp1
Objet SyncParameter.
- sp2
Objet SyncParameter.
Valeur de retour
true si sp1 et sp2 ne référencent pas le même objet SyncParameter ; sinon, false.
Voir aussi
Référence
Classe SyncParameter
Membres SyncParameter
Espace de noms Microsoft.Synchronization.Data