Check if an input event matches an input expression.
INPUTS
event
- the input event to match against the input expression
ix
- the input expression
RESULT
TRUE if the input event matches the input expression, FALSE otherwise.
EXAMPLE
SEE ALSO
<libraries/commodities.h>, ParseIX()
NOTES
Applications don't normally need this function as filter objects take care of the event filtering. However, this function is in some cases nice to have.