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