AreValuesEqual

Check whether the values provided in arguments are equal. If either of the arguments are missing, no is returned.

javascript · Common Scripts

Details

IDAreValuesEqual
Languagejavascript
From Version5.0.0
TagsUtility Condition

README

Checks whether the values provided in the arguments are equal. If either of the arguments are missing, “no” is returned.

Script Data


Name Description
Script Type javascript
Tags Utility, Condition

Inputs


Argument Name Description
left The first value for comparison.
right The second value for comparison.

Outputs


Path Description Type
True When the left is equal to right. Unknown
False When the left is not equal to right. Unknown
commonfields:
  id: AreValuesEqual
  version: -1
name: AreValuesEqual
script: ''
type: javascript
tags:
- Utility
- Condition
system: true
args:
- name: left
  default: true
  description: First value for comparison
- name: right
  description: Second value for comparison
outputs:
- contextPath: yes
  description: if left is equal to right
- contextPath: no
  description: if left is not equal to right
scripttarget: 0
comment: Check whether the values provided in arguments are equal. If either of the
  arguments are missing, no is returned.
dependson: {}
timeout: 0s
fromversion: 5.0.0