isEqual() public method

public isEqual ( Type $type ) : boolean
$type Type
return boolean
Exemplo n.º 1
0
 /**
  * @param Type $type
  *
  * @return bool
  */
 public function maps(Type $type) : bool
 {
     return $this->type->isEqual($type);
 }