allEqual
Utility method for checking if the passed in values are all equal (strictly)
Import
Parameters
params
...any[]
- values to check
Returns
boolean
a boolean indicating if all values are the same
allEqual
Utility method for checking if the passed in values are all equal (strictly)
...any[]
boolean
a boolean indicating if all values are the same