Permission.equals
Interface Overview | Interface Members |
This Package |
All Packages
public abstract boolean equals( Object another )
Parameters
- another
- the Permission object to compare with.
Returns
true if the Permission objects are equal, false otherwise
Description
Returns true if the object passed matches the permission represented
in this interface.
Overrides
equals in class Object