C# Class Automation.UI.Tree.Operators.NotOperator

Represents a unary operator that applies a logical "not" to a condition.
Inheritance: IUnaryOperator
Show file Open project: vijayakumarsuraj/UIAutomation

Public Methods

Method Description
Apply ( Condition condition ) : Condition

Applies the "not" operator on this condition and returns a new condition.

Method Details

Apply() public method

Applies the "not" operator on this condition and returns a new condition.
public Apply ( Condition condition ) : Condition
condition System.Windows.Automation.Condition The condition to apply the operator on.
return System.Windows.Automation.Condition