List.IsDistinct
This function determines if the list contains any duplicate values. It returns "true" if all values in the list are unique, and "false" if there are any duplicates.
This function determines if the list contains any duplicate values. It returns "true" if all values in the list are unique, and "false" if there are any duplicates.