SyncId::Inequality Operator

Determines whether the two specified SyncId objects are not equal.

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

public:
static bool operator !=(
	SyncId^ idX, 
	SyncId^ idY
)

Parameters

idX
Type: Microsoft.Synchronization::SyncId
The first sync ID to compare.
idY
Type: Microsoft.Synchronization::SyncId
The second sync ID to compare.

Return Value

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