---
title: "!=(_:_:)"
framework: swift
role: symbol
role_heading: Operator
path: "swift/int/!=(_:_:)"
---

# !=(_:_:)

## Declaration

```swift
static func != (lhs: Int, rhs: Int) -> Bool
```
