# shallowEqual

**Kind:** Function

**Source:** [`src/jsx/base.ts`](https://github.com/honojs/hono/blob/main/src/jsx/base.ts#L376)

**Part of:** [Jsx](subsystem-src-jsx)

## Signature

```ts
function shallowEqual(a: Props, b: Props): boolean
```

## Parameters

| Name | Type |
|---|---|
| `a` | `Props` |
| `b` | `Props` |

**Returns:** `boolean`
