Lists

Contains

3min
overview the contains action enables searching in a list for a given object it returns true if the object is found in the list; otherwise, it returns false parameters inputs input list ( list\<object> ) the list in which the search will be performed input object to be found ( object ) the object that needs to be found within the list outputs result ( boolean ) indicates whether the object was found ( true ) or not ( false )