Skip to content
NateLillich edited this page Oct 22, 2012 · 3 revisions

Boolean Spark.allEqual( Object|Array obj, * value )

Detects if all the values in obj are loosely equal to value.

Parameters

Object|Array obj

The object to check the values of.

* value

The value to check for.

Return Boolean

True if all of the values in obj are loosely equal to value.

Clone this wiki locally