Method.equals

Method.equals

Class Overview | Class Members | This Package | All Packages

Syntax
public boolean equals( Object obj )
Description
Compares this Method against the specified object. Returns true if the objects are the same. Two Methods are the same if they were declared by the same class and have the same name and formal parameter types.

Overrides
equals in class Object