IsSamePermission
Description
Returns True if the Permission matches a specified other Permission.
Syntax
Perl
$permission->IsSamePermission();
- Identifier
- Description
- permission
- A Permission object obtained from the current session.
- other_perm
- A Permission object for the comparison to be made.
- Return value
- Returns a boolean True if this Permission matches the other, without consideration of the Folder the two permissions may be associated with; False otherwise.