Constructors
| Method | Description |
|---|---|
NamedValue( String name, String value ) | Creates a named value with the given name and value. |
Operators
| Opertors | Description |
|---|---|
==, != | Checks whether two variables of type NamedValue match. Returns a value of type Logic. |
Methods
| Method | Description |
|---|---|
String Name() | Returns the name of the named value. |
String Value() | Returns the value of the named value. |
