Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Determines whether the specified SyncIdFormat object is the same as the current object.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Function Equals ( _
other As SyncIdFormat _
) As Boolean
'Usage
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
Parameters
- other
Type: Microsoft.Synchronization.SyncIdFormat
The SyncIdFormat to compare with the current object.
Return Value
Type: System.Boolean
true if other is the same as the current object; otherwise, false.