Creates an instance of the query with the specified condition and options. This object is preloaded with all query and projection operators.
Tests whether the given object satisfies all compiled predicates.
The type of the object to test.
The object to be tested against the compiled predicates.
true
if the object satisfies all predicates, otherwise false
.
Represents a query object used to filter and match documents based on specified criteria. All query, projection, and related expression operators are preloaded into the context by default.
Example