Such as:
mylist.FindAll(Function(item) item.property = variable)
The reason I ask is if I use syntax like this, I tend to get a string to whatevever conversion error, which makes me think "variable" is being treated literally as a string.
Thanks.