Click or drag to resize

FilterDefinitionTDocumentLogicalNot Operator

Implements the operator !.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
public static FilterDefinition<TDocument> operator !(
	FilterDefinition<TDocument> op
)

Parameters

op
Type: MongoDB.DriverFilterDefinitionTDocument
The op.

Return Value

Type: FilterDefinitionTDocument
The result of the operator.
See Also