---
title: "!=(_:_:)"
framework: tabulardata
role: symbol
role_heading: Operator
path: "tabulardata/columnprotocol/!=(_:_:)-72ddh"
---

# !=(_:_:)

Returns a Boolean array that indicates whether the value isn’t equal to the corresponding element of a column type.

## Declaration

```swift
static func != (lhs: Self.Element, rhs: Self) -> [Bool]
```

## Return Value

Return Value A Boolean array.

## Discussion

Discussion lhs: A value of the same type as the column. rhs: A column type.

## See Also

### Comparing a Column with a Value

- [==(_:_:)](tabulardata/columnprotocol/==(_:_:)-5jc0x.md)
- [==(_:_:)](tabulardata/columnprotocol/==(_:_:)-4hx04.md)
- [!=(_:_:)](tabulardata/columnprotocol/!=(_:_:)-557vb.md)
