SyncIdFormatGroup.Equals Method (SyncIdFormatGroup)
Determines whether the specified SyncIdFormatGroup 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 SyncIdFormatGroup _
) As Boolean
'Usage
Dim instance As SyncIdFormatGroup
Dim other As SyncIdFormatGroup
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals (
SyncIdFormatGroup other
)
public:
virtual bool Equals (
SyncIdFormatGroup^ other
) sealed
public final boolean Equals (
SyncIdFormatGroup other
)
public final function Equals (
other : SyncIdFormatGroup
) : boolean
Parameters
- other
The SyncIdFormatGroup to compare with the current object.
Return Value
true if other is the same as the current object; otherwise, false.
See Also
Reference
SyncIdFormatGroup Class
SyncIdFormatGroup Members
Microsoft.Synchronization Namespace