| Package | com.yworks.support |
| Interface | public interface IEquatable |
| Method | Defined By | ||
|---|---|---|---|
equals(other:IEquatable):Boolean
Indicates whether the current object is equal to another object of the same type. | IEquatable | ||
| equals | () | method |
public function equals(other:IEquatable):BooleanIndicates whether the current object is equal to another object of the same type.
Parameters
other:IEquatable — An object to compare with this object.
|
Boolean — true if the current object is equal to the other parameter; otherwise, false.
|