Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
)
J# does not support overloaded operators.
JScript supports the use of overloaded operators, but not the declaration of new ones.
Parameters
- syncServerInfo1
- syncServerInfo2
Return Value
true if si1 and si2 reference different SyncServerInfo objects; otherwise, false.
See Also
Reference
SyncServerInfo Structure
SyncServerInfo Members
Microsoft.Synchronization.Data Namespace