TimeZone.Inequality OperatorTimeZone.Inequality OperatorTimeZone::Inequality Operator

Indicates whether a specified TimeZoneTimeZoneTimeZone is not equal to 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 two time TimeZoneTimeZoneTimeZone values are not equal, falseFalsefalse otherwise.