Compare if collection of ["One","Two","3"] has same items of collection ["Two","3","One"]
ADMIN RESPONSE
Sep 7, 2022
Upon review, we will not be adding this request to the near-term backlog. However, we reevaluate requests every quarter and will reach out if priorities change. Please keep the feedback coming as it is critical for our longer-term planning.
Thanks for the feedback. In the above, the collection has the same values but in different order, What is your expectation of the evaluation, true or false?
If the action is to return TRUE or FALSE, i will vote for TRUE or we can consider the action to return 1 for EXACT MATCH (content and order), 2 for content match, 0 for Not Match.
The idea was based on one of my scenario where I really need to know if both collections have the same items (i.e. no order required).
or we can consider the action to return 1 for EXACT MATCH (content and order), 2 for content match, 0 for Not Match.
The idea was based on one of my scenario where I really need to know if both collections have the same items (i.e. no order required).
Thanks,