Objects Are Equal
- 19 Aug 2024
- 1 Minute to read
- Print
- DarkLight
Objects Are Equal
- Updated on 19 Aug 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 5.0.0 |
Modified in Version | 5.0.0 |
Location | Data |
The Objects are Equal component checks if two objects are equal to each other.
When comparing Objects that are not simple datatypes, keep in mind that it is comparing the Object itself and not the value. The Objects must be the identical Object for a True result. Comparing Objects and the values of inputs will act as expected.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Value1 | Object to compare | Object |
Value2 | Object to compare | Object |
Related Information
Document Links:
Object Overview
Forum Posts:
Matching Two List of Objects
Question about comparing data objects
Object Overview
Forum Posts:
Matching Two List of Objects
Question about comparing data objects
Was this article helpful?