Método SyncTable.op_Inequality
Determina se os dois objetos SyncTable especificados não são iguais.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (em microsoft.synchronization.data.dll)
Sintaxe
'Declaração
Public Shared Operator <> ( _
st1 As SyncTable, _
st2 As SyncTable _
) As Boolean
'Uso
Dim st1 As SyncTable
Dim st2 As SyncTable
Dim returnValue As Boolean
returnValue = (st1 <> st2)
public static bool operator != (
SyncTable st1,
SyncTable st2
)
public:
static bool operator != (
SyncTable^ st1,
SyncTable^ st2
)
J# does not support overloaded operators.
JScript supports the use of overloaded operators, but not the declaration of new ones.
Parâmetros
- st1
Um objeto SyncTable.
- st2
Um objeto SyncTable.
Valor de retorno
true se st1 e st2 fizerem referência a objetos SyncTable diferentes; caso contrário, false.
Consulte também
Referência
Classe SyncTable
Membros SyncTable
Namespace Microsoft.Synchronization.Data