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
abstract Equals :
other:SyncIdFormatGroup -> bool
override Equals :
other:SyncIdFormatGroup -> bool
public final function Equals(
other : SyncIdFormatGroup
) : boolean
Parameters
- other
Type: Microsoft.Synchronization.SyncIdFormatGroup
The SyncIdFormatGroup to compare with the current object.
Return Value
Type: System.Boolean
true if other is the same as the current object; otherwise, false.