TimeWithZone.Inequality OperatorTimeWithZone.Inequality OperatorTimeWithZone::Inequality Operator

Returns a value indicating whether two instances of TimeWithZoneTimeWithZoneTimeWithZone are not equal.

Syntax

Public Shared Operator <>( _
    time1 As TimeWithZone, _
    time2 As TimeWithZone _
) As Boolean
public static bool operator !=(
    TimeWithZone time1,
    TimeWithZone time2
)
public:
static bool operator !=(
    TimeWithZone time1, 
    TimeWithZone time2
)
 

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the time1 and time2 are not equal; otherwise, falseFalsefalse.