コード例 #1
0
 public function equals(EventEnvelope $other)
 {
     return $this->eventId->equals($other->eventId) && $this->eventContract->equals($other->eventContract) && $this->eventPayload == $other->eventPayload;
 }