SyntaxFix
Write A Post
Hire A Developer
Questions
i had to use it for a condition add if you don't need the index
using System.Linq;
use
if(list.Any(x => x.Title == title){ // do something here }
this will tell you if any variable satisfies your given condition.