SyncParameter.op_Equality 方法

确定两个指定的 SyncParameter 对象是否相等。

命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)

语法

声明
Public Shared Operator = ( _
    sp1 As SyncParameter, _
    sp2 As SyncParameter _
) As Boolean
用法
Dim sp1 As SyncParameter
Dim sp2 As SyncParameter
Dim returnValue As Boolean

returnValue = (sp1 = sp2)
public static bool operator == (
    SyncParameter sp1,
    SyncParameter sp2
)
public:
static bool operator == (
    SyncParameter^ sp1, 
    SyncParameter^ sp2
)
J# does not support overloaded operators.
JScript supports the use of overloaded operators, but not the declaration of new ones.

参数

  • sp2
    一个 SyncParameter 对象。

返回值

如果 sp1 和 sp2 引用同一个 SyncParameter 对象,则为 true;否则为 false

请参阅

参考

SyncParameter 类
SyncParameter 成员
Microsoft.Synchronization.Data 命名空间