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 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.