Packagecom.threerings.util
Interfacepublic interface Equalable
SubinterfacesHashable
ImplementorsLineSegment

Implemented by classes that can have separate instances indicate that they are equal.



Public Methods
 MethodDefined by
  
equals(other:Object):Boolean
Returns true to indicate that the specified object is equal to this instance.
Equalable
Method detail
equals()method
public function equals(other:Object):Boolean

Returns true to indicate that the specified object is equal to this instance.

Parameters
other:Object

Returns
Boolean