Skip to main content
A tuple of two strings where the first string is the name of a value and the second string is the value itself.

Constructors

MethodDescription
NamedValue( String name, String value )Creates a named value with the given name and value.

Operators

OpertorsDescription
==, !=Checks whether two variables of type NamedValue match. Returns a value of type Logic.

Methods

MethodDescription
String Name()Returns the name of the named value.
String Value()Returns the value of the named value.