Add __contains__() method to ProcessCollection such that
__contains__()
if my_mem_var in my_collection: ...
can be performed. Relevant issue: #241