Operator of Filter
This example demonstrates the usage of the filter operator.
The currently supported operators are:
* **>** (greater than)
* **<** (less than)
* **=** (equal to)
* **>=** (greater than or equal to)
* **<=** (less than or equal to)
* **<>** (not equal to)