List.ContainsAny
This function determines if the list contains any of the values from another list. It will return true if the value is found in the list, and false if not. Additionally, an optional parameter can be i...
This function determines if the list contains any of the values from another list. It will return true if the value is found in the list, and false if not. Additionally, an optional parameter can be included to specify how equality should be tested.