SyncIdFormat.Equals メソッド (SyncIdFormat)

指定した 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 名前空間