like method

bool like(
  1. ColumnDefinition other
)

Implementation

bool like(ColumnDefinition other) =>
    db.ColumnComparisons(this).like(other).isEmpty;