You are here

public function TableComparison::isTableCommentDifferent in Schema 8

File

src/Comparison/Result/TableComparison.php, line 41
Contains Drupal\schema\Comparison\Result\TableComparison.

Class

TableComparison

Namespace

Drupal\schema\Comparison\Result

Code

public function isTableCommentDifferent() {
  return $this
    ->getActualTableComment() != $this
    ->getDeclaredTableComment();
}