Partager via


Méthode SyncServerInfo.op_Inequality

Détermine si les deux objets SyncServerInfo 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 <> ( _
    syncServerInfo1 As SyncServerInfo, _
    syncServerInfo2 As SyncServerInfo _
) As Boolean
'Utilisation
Dim syncServerInfo1 As SyncServerInfo
Dim syncServerInfo2 As SyncServerInfo
Dim returnValue As Boolean

returnValue = (syncServerInfo1 <> syncServerInfo2)
public static bool operator != (
    SyncServerInfo syncServerInfo1,
    SyncServerInfo syncServerInfo2
)
public:
static bool operator != (
    SyncServerInfo syncServerInfo1, 
    SyncServerInfo syncServerInfo2
)
J# does not support overloaded operators.
JScript supports the use of overloaded operators, but not the declaration of new ones.

Paramètres

  • syncServerInfo1
  • syncServerInfo2

Valeur de retour

true si si1 et si2 référencent des objets SyncServerInfo différents ; sinon, false.

Voir aussi

Référence

Structure SyncServerInfo
Membres SyncServerInfo
Espace de noms Microsoft.Synchronization.Data