Finding a Specific item in a list?

So I have the contents of the inventory stored in a list, and I need to check if the inventory contains a certain Item.

I looked at using List.Find but, being fairly new to scripting, the explanations I’ve read flew straight over my head. It mentions Predicates and Lambda expressions, which I don’t know or understand whatsoever.

Can anyone either explain how to use list.Find, or offer an alternative?

Thanks :slight_smile:

Use List.Contains.