Creates a column of Booleans by testing whether each element in the first column is not equal to the corresponding element in the second column.
SDKs
- macOS 10.14+
- Xcode 10.0+
Framework
- Create ML
Declaration
static func != (a: MLData Column<Element>, b: MLData Column<Element>) -> MLData Column<Bool>
Parameters
a
A column.
b
A column.
Return Value
A new column of Booleans if the columns are the same size; otherwise an invalid column.