Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Determines whether format1 is less than format2.
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
)
static let inline (<)
format1:SyncIdFormat *
format2:SyncIdFormat : bool
JScript supports the use of overloaded operators, but not the declaration of new ones.
Parameters
- format1
Type: Microsoft.Synchronization.SyncIdFormat
The first SyncIdFormat object to compare.
- format2
Type: Microsoft.Synchronization.SyncIdFormat
The second SyncIdFormat object to compare.
Return Value
Type: System.Boolean
true if format1 is less than format2; otherwise, false.