判斷指定的 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 命名空間