Comparisons Comparison What it does x==y Returns true if x and y are equal x/=y Returns true if x and y are not equal x>y Returns true if x is greater than y x>=y Returns true if x is greater than or equal to y x