Comparison Examples

$value1 equal to $value2: false

$value1 equal to $value2: false

$value1 not equal to $value2: true

$value1 not equal to $value2: true

$value1 greater than $value2: false

$value1 less than $value2: true

$value1 greater than or equal to $value2: false

$value1 not greater than or equal to $value2: true

$value1 equal to and the same data type as $value2: true

$value1 not equal to or the same data type as $value2: true