Version

ConditionOperator Property

Gets/sets the ConditionOperator used to perform the comparison.
Syntax
'Declaration
 
Public Property ConditionOperator As ConditionOperator
public ConditionOperator ConditionOperator {get; set;}
Remarks

The ConditionOperator property determines the logical operator that is used to make comparisons. The names of the constants are implied to mean that the CompareValue property is the target of the comparison. For example, if the ConditionOperator property is set to 'GreaterThan', the CompareValue property is set to an integer value of one, and the value being compared is an integer value of two, the condition criteria is met because "the value being compared is greater than the value of the CompareValue property".

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also