Comparison Nodes

Returns True if a value represents a decimal digit ranging from 0 through 9. Otherwise, this node returns False.
Returns True if an array is empty. Otherwise, this node returns False.
Returns whether the input is an empty string or path.
Compares two values and returns True only if the values are equal to each other.
Returns True if a value is equal to 0. Otherwise, this node returns False.
Compares two values and returns True only if the first value is greater than the second value.
Compares two values and returns True only if the first value is greater than or equal to the second value.
Returns True if a value is greater than or equal to 0. Otherwise, this node returns False.
Returns True if a value is greater than 0. Otherwise, this node returns False.
Returns True if a value represents a hexadecimal digit ranging from 0 through 9, A through F, or a through f. Otherwise, this node returns False.
Returns True if the first value is less than the second value. Otherwise, this node returns False.
Returns True if the first value is less than or equal to the second value. Otherwise, this node returns False.
Returns True if a value is less than or equal to 0. Otherwise, this node returns False.
Returns True if a value is less than 0. Otherwise, this node returns False.
Returns True if a value is not a number, not a path, or not a refnum. Otherwise, this node returns False.
Compares two values and returns True only if the values are not equal to each other.
Returns True if a value is not equal to 0. Otherwise, this node returns False.
Returns True if a value represents an octal digit ranging from 0 through 7. Otherwise, this node returns False.
Returns True if a value represents a white space character, such as Space, Tab, Newline, Carriage Return, Form Feed, or Vertical Tab. Otherwise, this node returns False.