Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 = ( _
syncServerInfo1 As SyncServerInfo, _
syncServerInfo2 As SyncServerInfo _
) As Boolean
'Usage
Dim syncServerInfo1 As SyncServerInfo
Dim syncServerInfo2 As SyncServerInfo
Dim returnValue As Boolean
returnValue = (syncServerInfo1 = syncServerInfo2)
public static bool operator == (
SyncServerInfo syncServerInfo1,
SyncServerInfo syncServerInfo2
)
public:
static bool operator == (
SyncServerInfo syncServerInfo1,
SyncServerInfo syncServerInfo2
)
J# does not support overloaded operators.
JScript supports the use of overloaded operators, but not the declaration of new ones.
Parameters
- syncServerInfo1
- syncServerInfo2
Return Value
true if si1 and si2 reference the same SyncServerInfo object; otherwise, false.
See Also
Reference
SyncServerInfo Structure
SyncServerInfo Members
Microsoft.Synchronization.Data Namespace