SyncParameter::Equality Operator

Determines whether the two specified SyncParameter objects are 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 reference the same SyncParameter object; otherwise, false.
Show: