links
| == | Equals | True if $a is equal to $b |
| === | Identical | True if $a is equal to $b and of the same Type |
| != | Not equal | True if $a is not equal to $b |
| <> | Not equal | True if $a is not equal to $b |
| !== | Not Identical | True if $a is not to $b of if they are not of the same type |