Defines a filter criterion for querying entities by a specific field, value, and operator.
The field name to filter on
The value to compare against
Optional
The comparison operator (defaults to '=')
Tests whether a given object matches this criterion.
The object to test
True if the object passes the filter
Defines a filter criterion for querying entities by a specific field, value, and operator.