List.ContainsAll
This function determines if all the values in one list are also present in another list. It returns "true" if a value is found in the list, and "false" if not. You can also specify an optional equatio...
This function determines if all the values in one list are also present in another list. It returns "true" if a value is found in the list, and "false" if not. You can also specify an optional equation criteria value, equationCriteria, to customize the equality testing.