Fixed supports a full set of comparison operators:
== - equals
< - less than
> - greater than
<= - less than or equal
>= - greater than or equal
!= - not equal
When comparing two Fixed values the two values will first be scaled so that both values have the same scale. The larger scale from the two values will be used.