Checks if this is superset of other restrictions. For example, "protected" is more restrictive than "public".
Checks if parent defines different access restrictions than this one.
Checks if this is absolutely identical protection attribute to other
See Implementation