确定指定的 SyncId 对象是否等于此对象。
命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)
语法
声明
Public Function Equals ( _
other As SyncId _
) As Boolean
用法
Dim instance As SyncId
Dim other As SyncId
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals (
SyncId other
)
public:
virtual bool Equals (
SyncId^ other
) sealed
public final boolean Equals (
SyncId other
)
public final function Equals (
other : SyncId
) : boolean
参数
- other
要与此对象进行比较的 SyncId。
返回值
如果 other 等于此对象,则为 true;否则为 false。