Packageorg.granite
Interfacepublic interface IValue



Public Methods
 MethodDefined by
  
equals(o:*):Boolean
Tells if this object is equal to the supplied parameter.
IValue
Method detail
equals()method
public function equals(o:*):Boolean

Tells if this object is equal to the supplied parameter.

Parameters
o:* — the Object to which this object is to be compared.

Returns
Booleantrue if and only if the specified Object is equals to this object.