## NotEqualsAtom.(constructor)
Constructs a new instance of the `NotEqualsAtom` class.

**Signature:**

```typescript
constructor(left: Atom, right: Atom);
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| left | [Atom](/content/docs/sdk/core.atom) |  |
| right | [Atom](/content/docs/sdk/core.atom) |  |
