Packagecom.endeca.util
Interfacepublic interface IEquatable
SubinterfacesIContentModelObject

The IEquatable interface is implemented by classes which are able to test whether their objects are equal to other objects of the same class.



Public Methods
 MethodDefined by
  
equals(obj:Object):Boolean
Tests whether this object is equal to the given object.
IEquatable
Method detail
equals()method
public function equals(obj:Object):Boolean

Tests whether this object is equal to the given object.

The equals method should have the following properties for any non-null IEquatable objects x, y, and z:

Parameters
obj:Object — The object to test against.

Returns
Boolean — Whether the given object was equal to this object.