Hello All

is there anyway I can find two elements in a vector in one iteration? e-g

Code:
if(find(this) AND find(this))
{
  // then do this
}

Thanks