SyncServerInfo.Inequality Operator

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

Return Value

Type: System.Boolean
true if si1 and si2 reference different SyncServerInfo objects; otherwise, false.

See Also

Reference

SyncServerInfo Structure

Microsoft.Synchronization.Data Namespace