Comparison Operations
Operator |
Description |
---|---|
Comparison with detailed outputs for integer inputs. |
|
Test if the first input is equal to the second input. |
|
Tests if the first input is greater than or equal to the second input. |
|
Test if the first input is greater than the second input. |
|
Test if the first input is less than or equal to the second input. |
|
Test if the first input is less than the second input. |
|
Test if the first input is not equal to the second input. |