TimeZone.GreaterThan OperatorTimeZone.GreaterThan OperatorTimeZone::GreaterThan Operator

Indicates whether a specified TimeZoneTimeZoneTimeZone is greater than another specified TimeZoneTimeZoneTimeZone.

Syntax

Public Shared Operator >( _
    timeZone1 As TimeZone, _
    timeZone2 As TimeZone _
) As Boolean
public static bool operator >(
    TimeZone timeZone1,
    TimeZone timeZone2
)
public:
static bool operator >(
    TimeZone timeZone1, 
    TimeZone timeZone2
)
 

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the first TimeZoneTimeZoneTimeZone is greater than the second, falseFalsefalse otherwise.