Ez LINQ Noob Question
How can I make this return a true/false? Is there a way to clean this up without adding a
.Count() > 0
call?
6 Replies
quarterEndMonths
is a hashset of prefixes.Would this not work?:
replace Where with Any i think
yea thats what i was actually just typing up lol
thanks guys
ah someone beat me
just caught it too 😛 these LINQ still sometimes get me for sure
appreciate it all