Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the two specified SyncServerInfo objects are equal.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Shared Operator = ( _
si1 As SyncServerInfo, _
si2 As SyncServerInfo _
) As Boolean
public static bool operator == (
SyncServerInfo si1,
SyncServerInfo si2
)
public:
static bool operator == (
SyncServerInfo si1,
SyncServerInfo si2
)
J# does not support overloaded operators.
JScript supports the use of overloaded operators, but not the declaration of new ones.
Parameters
- si1
A SyncServerInfo object.
- si2
A SyncServerInfo object.
Return Value
true if si1 and si2 reference the same SyncServerInfo object; otherwise, false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SyncServerInfo Structure
SyncServerInfo Members
Microsoft.Synchronization.Data Namespace