Returns whether or not this permission has an intersection with the specified permission.
Namespace: org.opendof.core.oal.security
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public abstract bool isIntersection( DOFPermission permission )
Parameters
- permission
- Type: org.opendof.core.oal.securityDOFPermission
The permission to determine an intersection.
Return Value
Type: BooleanTrue if the permission has an intersection with the specified permission. False otherwise.
Remarks
See Also