Share via


SyncTable.op_Inequality Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Determines whether the two specified SyncTable objects are not equal.

Namespace: Microsoft.Synchronization.Data.Client
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Shared Operator <> ( _
    st1 As SyncTable, _
    st2 As SyncTable _
) As Boolean
public static bool operator != (
    SyncTable st1,
    SyncTable st2
)
public:
static bool operator != (
    SyncTable^ st1, 
    SyncTable^ st2
)
J# does not support overloaded operators.
JScript supports the use of overloaded operators, but not the declaration of new ones.

Parameters

  • st2
    A SyncTable object.

Return Value

true if sp1 and sp2 reference different SyncTable objects; 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 (Sync Framework).

Target Platforms

See Also

Reference

SyncTable Class
SyncTable Members
Microsoft.Synchronization.Data.Client Namespace