SyncIdFormat.Equals Method (SyncIdFormat)
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
public final boolean Equals (
SyncIdFormat other
)
public final function Equals (
other : SyncIdFormat
) : boolean
Parameters
- other
The SyncIdFormat to compare with the current object.
Return Value
true if other is the same as the current object; otherwise, false.
See Also
Reference
SyncIdFormat Class
SyncIdFormat Members
Microsoft.Synchronization Namespace