Packageorg.springextensions.actionscript.domain
Interfacepublic interface IEquals
SubinterfacesIEntity
ImplementorsBaseObject, Enum

This interface should be implemented by all objects that wish to offer an "equals" method.



Public Methods
 MethodDefined by
  
equals(other:Object):Boolean
Indicates whether some other object is equal to this one.
IEquals
Method detail
equals()method
public function equals(other:Object):Boolean

Indicates whether some other object is equal to this one.

Parameters
other:Object

Returns
Boolean