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
abstract Equals : 
        other:SyncIdFormat -> bool 
override Equals : 
        other:SyncIdFormat -> bool 
public final function Equals(
    other : SyncIdFormat
) : boolean

パラメーター

戻り値

型 : System. . :: . .Boolean
other が現在のオブジェクトと同じ場合は true、それ以外の場合は false です。

実装

IEquatable< (Of < ( <'T> ) > ) >. . :: . .Equals(T)

参照

参照

SyncIdFormatクラス

SyncIdFormat メンバー

Equals オーバーロード

Microsoft.Synchronization 名前空間