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 ist eine Bash IDE mit Unterstützung für == – probieren Sie es aus!
true
if the two numbers are equal.
|
|