# operator !=(PassIdentifier, PassIdentifier)

> Returns true if the pass identifiers are not the same. Otherwise, returns false.

## Definition

* **Type:** Operator
* **Namespace:** [UnityEngine.Rendering](/engine/6000.0/script-reference/unityengine/rendering.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static bool operator !=(PassIdentifier lhs, PassIdentifier rhs)
```

### Parameters

**** (\[PassIdentifier]\(/engine/6000.0/script-reference/unityengine/rendering/passidentifier)): **** (\[PassIdentifier]\(/engine/6000.0/script-reference/unityengine/rendering/passidentifier)):&#x20;

### Returns

| Type                                                          | Description |
| ------------------------------------------------------------- | ----------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) |             |
