@kvaser/canking-api
Version:
CanKing API to communicate with the CanKing service using Node.js.
38 lines (19 loc) • 478 B
Markdown
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md)
***
[Kvaser CanKing GUI Extensions SDK](../../modules.md) / [models](../README.md) / deep\_equal
# Function: deep\_equal()
> **deep\_equal**\<`T`\>(`a`, `b`): `boolean`
Deep equality check between two values.
## Type Parameters
### T
`T`
## Parameters
### a
`T`
First value to compare.
### b
`T`
Second value to compare.
## Returns
`boolean`
True if the values are deeply equal, false otherwise.