NotOperator Constructors
The logical NOT operation that inverts an operand.| Name | Parameters | Description |
|---|---|---|
| NotOperator() | none | Initializes a new instance of the NotOperator class with the default settings. |
| NotOperator(CriteriaOperator) | operand | Initializes a new NotOperator instance that inverts the specified operator. |
See Also