Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Determines whether the specified SyncGlobalId object is equal to this object.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Function Equals ( _
other As SyncGlobalId _
) As Boolean
'Usage
Dim instance As SyncGlobalId
Dim other As SyncGlobalId
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals (
SyncGlobalId other
)
public:
virtual bool Equals (
SyncGlobalId^ other
) sealed
public final boolean Equals (
SyncGlobalId other
)
public final function Equals (
other : SyncGlobalId
) : boolean
Parameters
- other
The SyncGlobalId object to compare with this object.
Return Value
true if other is equal to this object; otherwise, false.
See Also
Reference
SyncGlobalId Class
SyncGlobalId Members
Microsoft.Synchronization Namespace