Contents

==(_:_:)

Creates a column of Booleans by testing whether each element in the given column is equal to the given value.

Declaration

static func == (a: MLDataColumn<Element>, b: Element) -> MLDataColumn<Bool>

Parameters

  • a:

    A column.

  • b:

    A value of the same type as the elements of the column.

Return Value

A new column of Booleans.

See Also

Comparing a column with a value to generate a column of booleans