❔ Cannot convert lambda expression to type 'Activity' because it is not a delegate type error
So I want to check if List contains element with todays date but tis error occurs:
Here is definition of class:
and here is where error occurs:
I have no idea what delegate means so9 any help would be appericiated!
CS1660 Cannot convert lambda expression to type 'Activity' because it is not a delegate typeHere is definition of class:
and here is where error occurs:
I have no idea what delegate means so9 any help would be appericiated!

