This method of the Delegate class compares two Delegate objects.
public boolean equals(Object objOther);
objOther | The Delegate object to compare. |
Returns true if and only if the argument is not null and is a Delegate object that has the same target and method as this Delegate object.