The built-in predicates described in this section allows the user to compare
Prolog terms. Prolog terms are totally ordered according to the standard
total ordering of terms which is as follows (from the smallest term to the
greatest):
(==)/2 - term identical,
(\==)/2 - term not identical, (@<)/2 - term less than,
(@=<)/2 - term less than or equal to, (@>)/2 - term greater than,
(@>=)/2 - term greater than or equal to