SyncServerInfo.op_Equality Method

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
'Usage
Dim si1 As SyncServerInfo
Dim si2 As SyncServerInfo
Dim returnValue As Boolean

returnValue = (si1 = si2)
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

  • si2
    A SyncServerInfo object.

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