isEqual
Import from @varavel/vdl-plugin-sdk/utils/predicates.
Checks if two values are equal, including support for Date, RegExp, and deep object comparison.
Parameters
| Parameter | Type | Description |
|---|---|---|
a |
any |
The first value to compare. |
b |
any |
The second value to compare. |
Returns
boolean
true if the values are equal, otherwise false.