IsSamePermission
Description
Returns True if the Permission matches a specified other Permission.
Note: This method became available in version
7.1.0.
Syntax
VBScript
permission.IsSamePermission other_perm
Perl
$permission->IsSamePermission(other_perm);
- 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.