예제 #1
0
 public function equals(PaymentType $obj)
 {
     return $this->getType() == $obj->getType();
 }