if (array_unique($allvalues) === array('foobar')) { 
   // all values in array are "foobar"
}