Permission.opEquals

Checks two Permission objects for equality. <P> Do not use the {@code equals} method for making access control decisions; use the {@code implies} method.

@param obj the object we are testing for equality with this object.

@return true if both Permission objects are equivalent.

class Permission
override abstract
bool
opEquals
(
Object obj
)

Meta