Automation.UI.Tree.QueryParts.QueryConditionPart.Not C# (CSharp) Method

Not() public method

Sets the active unary operator to a logical "not".
public Not ( ) : QueryConditionPart
return QueryConditionPart
        public QueryConditionPart Not()
        {
            SetUnaryOperator(Util.Operators.Not);

            return this;
        }