Packagecom.yworks.support
Interfacepublic interface IEquatable

Defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances.



Public Methods
 MethodDefined By
  
equals(other:IEquatable):Boolean
Indicates whether the current object is equal to another object of the same type.
IEquatable
Method Detail
equals()method
public function equals(other:IEquatable):Boolean

Indicates whether the current object is equal to another object of the same type.

Parameters

other:IEquatable — An object to compare with this object.

Returns
Boolean — true if the current object is equal to the other parameter; otherwise, false.