Home > doofinder > isIdentical
isIdentical() function
Check whether two values are identical or not.
Signature:
export declare function isIdentical(x: any, y: any): boolean;
Parameters
| Parameter | Type | Description |
|---|---|---|
| x | any | First value to check. |
| y | any | Second value to check. |
Returns:
boolean
A boolean value indicating if both values are identical.