SyncIdFormat::GreaterThan Operator

Determines whether format1 is greater than format2.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
static bool operator >(
	SyncIdFormat^ format1, 
	SyncIdFormat^ format2
)

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 greater than format2; otherwise, false.
Show: