Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Overrides Function Equals ( _
obj As Object _
) As Boolean
'Usage
Dim instance As SyncIdFormat
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public override bool Equals (
Object obj
)
public:
virtual bool Equals (
Object^ obj
) override
public boolean Equals (
Object obj
)
public override function Equals (
obj : Object
) : boolean
Parameters
- obj
The SyncIdFormat to compare with the current object.
Return Value
true if obj is the same as the current object; otherwise, false.
See Also
Reference
SyncIdFormat Class
SyncIdFormat Members
Microsoft.Synchronization Namespace