コード例 #1
0
 public function isCompatible(PhabricatorInlineCommentInterface $comment)
 {
     return $this->getAuthorPHID() === $comment->getAuthorPHID() && $this->getSyntheticAuthor() === $comment->getSyntheticAuthor() && $this->getContent() === $comment->getContent();
 }