# same

`import { same } from "destack:assert";`

Assert that `actual` is the same value as `expected`.

```ds title="same"
export function same<T>(actual: T, expected: T, message?: string | undefined): void
```

[language/library/src/assert/assert.ds:58:60](https://github.com/destack-sh/destack/blob/main/language/library/src/assert/assert.ds#L58-L60)
