SyncParameter::Inequality Operator

Determines whether the two specified SyncParameter objects are not equal.

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

public:
static bool operator !=(
	SyncParameter^ sp1, 
	SyncParameter^ sp2
)

Return Value

Type: System::Boolean
true if sp1 and sp2 do not reference the same SyncParameter object; otherwise, false.
Show: