Constructor.equals

Constructor.equals

Class Overview | Class Members | This Package | All Packages

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

Overrides
equals in class Object