Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Determines whether the two specified SyncServerInfo objects are not equal.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
syncServerInfo1 As SyncServerInfo, _
syncServerInfo2 As SyncServerInfo _
) As Boolean
'Usage
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
)
static let inline (<>)
syncServerInfo1:SyncServerInfo *
syncServerInfo2:SyncServerInfo : bool
JScript supports the use of overloaded operators, but not the declaration of new ones.
Parameters
- syncServerInfo1
Type: Microsoft.Synchronization.Data.SyncServerInfo
A SyncServerInfo object.
- syncServerInfo2
Type: Microsoft.Synchronization.Data.SyncServerInfo
A SyncServerInfo object.
Return Value
Type: System.Boolean
true if si1 and si2 reference different SyncServerInfo objects; otherwise, false.