SyncServerInfo::Inequality Operator
Determines whether the two specified SyncServerInfo objects are not equal.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: static bool operator !=( SyncServerInfo syncServerInfo1, SyncServerInfo syncServerInfo2 )
Parameters
- syncServerInfo1
- Type: Microsoft.Synchronization.Data::SyncServerInfo
A SyncServerInfo object.
- syncServerInfo2
- Type: Microsoft.Synchronization.Data::SyncServerInfo
A SyncServerInfo object.
Return Value
Type: System::Booleantrue if si1 and si2 reference different SyncServerInfo objects; otherwise, false.
Show: