List.IsEmpty
This function will return true if the list provided has no values (length 0). It will return false if the list has values (length > 0).
This function will return true if the list provided has no values (length 0). It will return false if the list has values (length > 0).