The MsBranchConditionComparisonOperator enumeration contains comparison operators in the condition of the branch included in the metamodel calculation chain.
It is used by the following property:
| Value | Brief description |
| 0 | Equal. Value equality is checked. |
| 1 | More. The greatest value is selected. |
| 2 | Less. The least value is selected. |
| 3 | NotEqual. Check if values are not equal. |
| 4 | Contains. Check if the first value contains the second one. |
| 5 | NotContains. Check is the first value does not contain the second one. |
| 6 | ContainsIn. Check if the second value contains the first one. |
| 7 | NotContainsIn. Check if the second one does not contain the first one. |
See also: