SyncGroup::Inequality Operator
Determines whether two specified SyncGroup objects are not equal.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Parameters
- syncGroup1
- Type: Microsoft.Synchronization.Data::SyncGroup
A SyncGroup object.
- syncGroup2
- Type: Microsoft.Synchronization.Data::SyncGroup
A SyncGroup object.
Return Value
Type: System::Booleantrue if sg1 and sg2 do not reference the same SyncGroup object; otherwise, false.
Show: