Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Determines whether formats1 is greater than formats2.
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
)
static let inline (>)
formats1:SyncIdFormatGroup *
formats2:SyncIdFormatGroup : bool
JScript supports the use of overloaded operators, but not the declaration of new ones.
Parameters
- formats1
Type: Microsoft.Synchronization.SyncIdFormatGroup
The first SyncIdFormatGroup object to compare.
- formats2
Type: Microsoft.Synchronization.SyncIdFormatGroup
The second SyncIdFormatGroup object to compare.
Return Value
Type: System.Boolean
true if formats1 is greater than formats2; otherwise, false.