SyncTable::Equality Operator

Determines whether the two specified SyncTable objects are equal.

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

public:
static bool operator ==(
	SyncTable^ st1, 
	SyncTable^ st2
)

Return Value

Type: System::Boolean
true if st1 and st2 reference the same SyncTable object; otherwise, false.
Show: