# NotEqual

**Kind:** Type

**Source:** [`src/utils/types.ts`](https://github.com/honojs/hono/blob/main/src/utils/types.ts#L10)

**Part of:** [Utils](subsystem-src-utils)

## Definition

```ts
true extends Equal<X, Y> ? false : true
```
