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 two specified SyncIdFormat objects are the same.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Shared Operator = ( _
format1 As SyncIdFormat, _
format2 As SyncIdFormat _
) As Boolean
'Usage
Dim format1 As SyncIdFormat
Dim format2 As SyncIdFormat
Dim returnValue As Boolean
returnValue = (format1 = format2)
public static bool operator == (
SyncIdFormat format1,
SyncIdFormat format2
)
public:
static bool operator == (
SyncIdFormat^ format1,
SyncIdFormat^ format2
)
J# does not support overloaded operators.
JScript supports the use of overloaded operators, but not the declaration of new ones.
Parameters
- format1
The first SyncIdFormat object to compare.
- format2
The second SyncIdFormat object to compare.
Return Value
true if the objects are the same as; otherwise, false.
See Also
Reference
SyncIdFormat Class
SyncIdFormat Members
Microsoft.Synchronization Namespace