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