Creates a column of Booleans by testing whether the given value is equal to each element in the given column.
SDKs
- macOS 10.14+
- Xcode 10.0+
Framework
- Create ML
Declaration
static func == (a: Element, b: MLData Column<Element>) -> MLData Column<Bool>
Parameters
a
A value of the same type as the elements of the column.
b
A column.
Return Value
A new column of Booleans.