SyncTable.Equality Operator

Determines whether the two specified SyncTable objects are equal.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public Shared Operator = ( _
    st1 As SyncTable, _
    st2 As SyncTable _
) As Boolean
'Usage
Dim st1 As SyncTable
Dim st2 As SyncTable
Dim returnValue As Boolean

returnValue = (st1 = st2)
public static bool operator ==(
    SyncTable st1,
    SyncTable st2
)
public:
static bool operator ==(
    SyncTable^ st1, 
    SyncTable^ st2
)
static let inline (=)
        st1:SyncTable * 
        st2:SyncTable  : bool
JScript supports the use of overloaded operators, but not the declaration of new ones.

Parameters

Return Value

Type: System.Boolean
true if st1 and st2 reference the same SyncTable object; otherwise, false.

See Also

Reference

SyncTable Class

Microsoft.Synchronization.Data Namespace