==

infix fun Column.==(c: Column): Column

Deprecated (with error)

Changed to "`===`" to better reflect Scala API.

Replace with

this `===` c