---
title: "build_NotEqual(lhs:rhs:)"
framework: foundation
role: symbol
role_heading: Type Method
path: "foundation/predicateexpressions/build_notequal(lhs:rhs:)"
---

# build_NotEqual(lhs:rhs:)

## Declaration

```swift
static func build_NotEqual<LHS, RHS>(lhs: LHS, rhs: RHS) -> PredicateExpressions.NotEqual<LHS, RHS> where LHS : PredicateExpression, RHS : PredicateExpression, LHS.Output : Equatable, LHS.Output == RHS.Output
```
