| NodeId | ns=1;i=9 |
| NodeClass | DataType |
| BrowseName | 1:ComparisonOperation |
| DisplayName | ComparisonOperation |
| BaseType | 0:Enumeration |
| IsAbstract | False |
| Name | Value | Description |
|---|---|---|
| EqualTo | 0 | Value[0] = Variable |
| GreaterThan | 1 | Value[0] > Variable |
| GreaterEqual | 2 | Value[0] >= Variable |
| LessThen | 3 | Value[0] < Variable |
| LessEqual | 4 | Value[0] <= Variable |
| RegularExpression | 5 | Value[0] contains a regular expression which must match the value of the Variable |
| OneOf | 6 | Value[0] contains a regular expression which must match the value of the Variable |
| Exist | 7 | The Node that is described by the Variable must exist. The Values array shall be empty |
| Reference | NodeClass | BrowseName | TypeDefinition | DataType | Other |
|---|---|---|---|---|---|
| 0:HasProperty | Variable | 0:EnumStrings | 0:PropertyType | 0:LocalizedText[8] |