Return true if the arguments are equal when compared as integers; otherwise return false.
Return true if the arguments are not equal when lexicographically compared as integers; otherwise return false.
Return true if INT1 is less than INT2 when compared as integers; otherwise return false.
Return true if INT1 is greater than INT2 when compared as integers; otherwise return false.
Return true if INT1 is less than, or equal to, INT2 when compared as integers; otherwise return false.
Return true if INT1 is greater than, or equal to, INT2 when compared as integers; otherwise return false.
Compare INT1 and INT2:
This document describes version 3.0.0-devel.9 of Marcos Bash Functions Library.