Relational Operators
Real-world value comparisons
Functions
eq | Determine whether real-world values of two fi objects
are equal |
ge | Determine whether real-world value of one fi object
is greater than or equal to another |
gt | Determine whether real-world value of one fi object
is greater than another |
le | Determine whether real-world value of fi object
is less than or equal to another |
lt | Determine whether real-world value of one fi object
is less than another |
ne | Determine whether real-world values of two fi objects
are not equal |