| Parameter | Description |
|---|---|
| variable | The variable the condition compares. |
| defaultValue | The initial value the variable is compared against. |
IVariableCondition The newly created variable condition.
Creates a new variable condition.
The condition is not added to any group; add it with IGroupCondition.Add. The comparison operator of the new condition defaults to ConditionComparison.Equal.