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