SyncTable::Inequality Operator
Determines whether the two specified SyncTable objects are not equal.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Parameters
- st1
- Type: Microsoft.Synchronization.Data::SyncTable
A SyncTable object.
- st2
- Type: Microsoft.Synchronization.Data::SyncTable
A SyncTable object.
Return Value
Type: System::Booleantrue if st1 and st2 reference different SyncTable objects; otherwise, false.
Show: