Principal.equals

Principal.equals

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract boolean equals( Object another )
Parameters
another
the principal to compare with.
Returns
true if the principal passed in is the same as that encapsulated by this principal, false otherwise.
Description
Compares this principal to the specified object. Returns true if the object passed in matches the principal represented by the implementation of this interface.

Overrides
equals in class Object