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)

public:
static bool operator !=(
	SyncServerInfo syncServerInfo1, 
	SyncServerInfo syncServerInfo2
)

Return Value

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