Condividi tramite


Metodo SyncIdFormatGroup.op_Inequality

Determina se i due oggetti SyncIdFormatGroup specificati non sono uguali.

Spazio dei nomi: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Sintassi

'Dichiarazione
Public Shared Operator <> ( _
    formats1 As SyncIdFormatGroup, _
    formats2 As SyncIdFormatGroup _
) As Boolean
'Utilizzo
Dim formats1 As SyncIdFormatGroup
Dim formats2 As SyncIdFormatGroup
Dim returnValue As Boolean

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

Parametri

  • formats2
    Secondo oggetto SyncIdFormatGroup da confrontare.

Valore restituito

true se gli oggetti non sono uguali. In caso contrario, false.

Vedere anche

Riferimento

Classe SyncIdFormatGroup
Membri SyncIdFormatGroup
Spazio dei nomi Microsoft.Synchronization