override def equals()

in core/src/main/scala/org/apache/pekko/projection/ProjectionId.scala [116:119]


  override def equals(other: Any): Boolean = other match {
    case that: ProjectionId => id == that.id
    case _                  => false
  }