SyncGroup::Inequality Operator

Determines whether two specified SyncGroup objects are not equal.

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

public:
static bool operator !=(
	SyncGroup^ syncGroup1, 
	SyncGroup^ syncGroup2
)

Return Value

Type: System::Boolean
true if sg1 and sg2 do not reference the same SyncGroup object; otherwise, false.
Show: