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
パラメーター
- other
型 : Microsoft.Synchronization. . :: . .SyncIdFormat
現在のオブジェクトと比較する SyncIdFormat です。
戻り値
型 : System. . :: . .Boolean
other が現在のオブジェクトと同じ場合は true、それ以外の場合は false です。
実装
IEquatable< (Of < ( <'T> ) > ) >. . :: . .Equals(T)