Esempio n. 1
0
 /**
  * @param PreferredNotifyWay $preferredNotifyWay
  * @return bool
  */
 public function equalsTo(PreferredNotifyWay $preferredNotifyWay)
 {
     return $this->value == $preferredNotifyWay->getValue();
 }