SyncTable.op_Inequality 方法
确定两个指定的 SyncTable 对象是否不相等。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)
语法
声明
Public Shared Operator <> ( _
st1 As SyncTable, _
st2 As SyncTable _
) As Boolean
用法
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
)
J# does not support overloaded operators.
JScript supports the use of overloaded operators, but not the declaration of new ones.
参数
- st1
一个 SyncTable 对象。
- st2
一个 SyncTable 对象。
返回值
如果 st1 和 st2 引用不同的 SyncTable 对象,则为 true;否则为 false。
请参阅
参考
SyncTable 类
SyncTable 成员
Microsoft.Synchronization.Data 命名空间