Operator implicit operator
implicit operator SearchDefinition<TDocument>(CompoundSearchDefinitionBuilder<TDocument>)
Performs an implicit conversion from a CompoundSearchDefinitionBuilder<TDocument> to a SearchDefinition<TDocument>.
public static implicit operator SearchDefinition<TDocument>(CompoundSearchDefinitionBuilder<TDocument> builder)
Parameters
builder
CompoundSearchDefinitionBuilder<TDocument>The compound search definition builder.
Returns
- SearchDefinition<TDocument>
The result of the conversion.