How to check a single value is in a List. My List contains few random numbers: 13, 55, 34, 122, 322, 2132, 4345, 3000
.
I want to have a bool check the list if it contains int 4 or any other number. List can have large numbers in three or four figures in the list.
It would be nice to guide me to design helper in webmatrix to provide bool results for this value check.