Description
Returns True if the Permission matches a specified
other Permission.
Remarque : This method became available in version
7.1.0.
Syntaxe
VBScript
permission.IsSamePermission other_perm
Perl
$permission->IsSamePermission(other_perm);
- Identificateur
- Description
- permission
- A Permission object obtained from the current session.
- other_perm
- A Permission object for the comparison to be made.
- Valeur de retour
- Returns a boolean True if this Permission matches the other,
without consideration of the Folder the two permissions may be associated
with; False otherwise.