DateWithZone.Inequality OperatorDateWithZone.Inequality OperatorDateWithZone::Inequality Operator

Indicates whether a specified DateWithZoneDateWithZoneDateWithZone is not equal to another specified DateWithZoneDateWithZoneDateWithZone.

Syntax

Public Shared Operator <>( _
    date1 As DateWithZone, _
    date2 As DateWithZone _
) As Boolean
public static bool operator !=(
    DateWithZone date1,
    DateWithZone date2
)
public:
static bool operator !=(
    DateWithZone date1, 
    DateWithZone date2
)
 

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the two dates are not equal, falseFalsefalse otherwise.