Package | org.as3coreaddendum.system |
Interface | public interface IEquatable |
Implementors | Enum |
A class that implements this interface provides an arbitrary evaluation of equality with another object.
Method | Defined By | ||
---|---|---|---|
equals(other:*):Boolean
Performs an arbitrary, specific evaluation of equality between this object and the other object. | IEquatable |
equals | () | method |
public function equals(other:*):Boolean
Performs an arbitrary, specific evaluation of equality between this object and the other
object.
Parameters
other:* — The object to be compared for equality.
|
Boolean — true if the arbitrary evaluation considers the objects equal.
|