Check out example codes for "linq c# or". It will help you in understanding the concepts better.
Code Example 1
filteredTasks = filteredTasks.Where(p => p.TaskStateID == 10 ||
p.TaskStateID == 11 ||
p.TaskStateID == 12);
Learn ReactJs, React Native from akashmittal.com