SyncTable.Equals Method

Determines whether a SyncTable object is equal to the specified object.

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

Syntax

'Declaration
Public Overrides Function Equals ( _
    obj As Object _
) As Boolean
'Usage
Dim instance As SyncTable
Dim obj As Object
Dim returnValue As Boolean

returnValue = instance.Equals(obj)
public override bool Equals(
    Object obj
)
public:
virtual bool Equals(
    Object^ obj
) override
abstract Equals : 
        obj:Object -> bool 
override Equals : 
        obj:Object -> bool 
public override function Equals(
    obj : Object
) : boolean

Parameters

Return Value

Type: System.Boolean
true if obj references the current SyncTable object; otherwise, false.

Exceptions

Exception Condition
ArgumentNullException

obj is a null reference (Nothing in Visual Basic).

See Also

Reference

SyncTable Class

Microsoft.Synchronization.Data Namespace