isNotEqual method

SqlX isNotEqual(
  1. SqlX x
)

Implementation

SqlX isNotEqual(SqlX x) => SqlX("($str IS NOT ${x.str})");