Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.