protected function areSame()

in src/Diff.php [56:58]


  protected function areSame(this::TContent $a, this::TContent $b): bool {
    return $a === $b;
  }