Share via


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
abstract Equals : 
        other:SyncIdFormat -> bool 
override Equals : 
        other:SyncIdFormat -> bool 
public final function Equals(
    other : SyncIdFormat
) : boolean

Parameters

Return Value

Type: System.Boolean
true if other is the same as the current object; otherwise, false.

Implements

IEquatable<T>.Equals(T)

See Also

Reference

SyncIdFormat Class

Equals Overload

Microsoft.Synchronization Namespace