A test implementation of IStoreCriteria that filters entities by field comparison.
Creates a new TestStoreCriteria instance.
The field name to filter on
The value to compare against
Optional
The comparison operator (default '=')
The field name to filter on.
The comparison operator (=, <=, <).
The value to compare against.
Filters an entity by comparing its field value against the criteria value.
The entity to test
True if the entity matches the criteria
A test implementation of IStoreCriteria that filters entities by field comparison.