Share via


SyncGlobalId.Inequality Operator

Determines whether the two specified SyncGlobalId objects are not equal.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Shared Operator <> ( _
    idX As SyncGlobalId, _
    idY As SyncGlobalId _
) As Boolean
'Usage
Dim idX As SyncGlobalId
Dim idY As SyncGlobalId
Dim returnValue As Boolean

returnValue = (idX <> idY)
public static bool operator !=(
    SyncGlobalId idX,
    SyncGlobalId idY
)
public:
static bool operator !=(
    SyncGlobalId^ idX, 
    SyncGlobalId^ idY
)
static let inline (<>)
        idX:SyncGlobalId * 
        idY:SyncGlobalId  : bool
JScript supports the use of overloaded operators, but not the declaration of new ones.

Parameters

Return Value

Type: System.Boolean
true if the objects are not equal; otherwise, false.

See Also

Reference

SyncGlobalId Class

Microsoft.Synchronization Namespace