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 SyncId object is equal to this object.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Function Equals ( _
other As SyncId _
) As Boolean
'Usage
Dim instance As SyncId
Dim other As SyncId
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
SyncId other
)
public:
virtual bool Equals(
SyncId^ other
) sealed
abstract Equals :
other:SyncId -> bool
override Equals :
other:SyncId -> bool
public final function Equals(
other : SyncId
) : boolean
Parameters
- other
Type: Microsoft.Synchronization.SyncId
The SyncId to compare with this object.
Return Value
Type: System.Boolean
true if other is equal to this object; otherwise, false.