SameAs() public method

Check if the comment is the same as this one
Deprecation: legacy from frontend controllers
public SameAs ( Comment $comment ) : boolean
$comment Comment
return boolean
 public function SameAs($p_comment)
 {
     $this->__load();
     return parent::SameAs($p_comment);
 }