Method Match
Match(FilterDefinition<TResult>)
Appends a match stage to the pipeline.
IAggregateFluent<TResult> Match(FilterDefinition<TResult> filter)Parameters
- filterFilterDefinition<TResult>
- The filter. 
Returns
- IAggregateFluent<TResult>
- The fluent aggregate interface.