NUMBER1 == NUMBER2 (arithmetic operator)
true
if the two numbers are equal.
Links
Examples
- Test if two numbers are equal:
1
(( n == 42 )) && echo "equal!"
BashSupport Pro is a Bash IDE with support for == – try it now!
true
if the two numbers are equal.
|
|