How would I do this?
For example, I have 10 instances of object A and 10 instances of object B. Both objects have the variable "Test" that changes frequently.
How could I look through all 10 objectA.Test variables and compare them to all 10 objectB.Test variables to find a match?
I was thinking nested ForEach loops but I'm new to Construct so I'm not exactly sure if that's possible or how to set that up.
Thanks!