Packagesystem
Interfacepublic interface Equatable
Implementors ArrayCollection, Corner, HTTPHost, LinkedList, LoggerLevel, Range, SimpleValueObject, Version

This interface is implemented by classes that can compare an object with their objects.



Public Methods
 MethodDefined By
  
equals(o:*):Boolean
Compares the specified object with this object for equality.
Equatable
Method Detail
equals()method
public function equals(o:*):Boolean

Compares the specified object with this object for equality.

Parameters

o:*

Returns
Booleantrue if the the specified object is equal with this object.